Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ enforceFloatType
Method
enforceFloatType
ir/type.cpp:145–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
expr Type::enforceFloatType() const {
146
return false;
147
}
148
149
expr Type::enforceScalarType() const {
150
return enforceIntType() || enforcePtrType() || enforceFloatType();
Callers
4
getTypeConstraints
Method · 0.80
enforceIntOrFloatOrPtrOrVectorType
Method · 0.80
enforceFloatOrVectorType
Method · 0.80
getTypeConstraints
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected