Home
last modified time | relevance | path

Searched refs:hasBooleanRepresentation (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp1637 static bool hasBooleanRepresentation(QualType Ty) { in hasBooleanRepresentation() function
1645 return hasBooleanRepresentation(AT->getValueType()); in hasBooleanRepresentation()
1686 hasBooleanRepresentation(Ty))) in getRangeForLoadFromType()
1700 bool IsBool = hasBooleanRepresentation(Ty) || in EmitScalarRangeCheck()
1813 if (hasBooleanRepresentation(Ty)) { in EmitToMemory()
1827 if (hasBooleanRepresentation(Ty)) { in EmitFromMemory()
2280 if (!hasBooleanRepresentation(Dst.getType())) in EmitStoreThroughBitfieldLValue()