Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ enforceIntType
Method
enforceIntType
ir/type.cpp:125–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
expr Type::enforceIntType(unsigned bits) const {
126
return false;
127
}
128
129
expr Type::enforceIntOrPtrType() const {
130
return enforceIntType() || enforcePtrType();
Callers
6
getTypeConstraints
Method · 0.80
enforceIntOrVectorType
Method · 0.80
getTypeConstraints
Method · 0.80
getTypeConstraints
Method · 0.80
getTypeConstraints
Method · 0.80
getTypeConstraints
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected