Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1848 static bool hasBooleanRepresentation(QualType Ty) { in hasBooleanRepresentation() function
1856 return hasBooleanRepresentation(AT->getValueType()); in hasBooleanRepresentation()
1883 hasBooleanRepresentation(Ty))) in getRangeForLoadFromType()
1897 bool IsBool = hasBooleanRepresentation(Ty) || in EmitScalarRangeCheck()
2022 if (hasBooleanRepresentation(Ty) || Ty->isBitIntType()) { in EmitToMemory()
2057 if (hasBooleanRepresentation(Ty) || Ty->isBitIntType()) { in EmitFromMemory()
2516 if (!hasBooleanRepresentation(Dst.getType())) in EmitStoreThroughBitfieldLValue()