Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1854 static bool hasBooleanRepresentation(QualType Ty) { in hasBooleanRepresentation() function
1862 return hasBooleanRepresentation(AT->getValueType()); in hasBooleanRepresentation()
1889 hasBooleanRepresentation(Ty))) in getRangeForLoadFromType()
1903 bool IsBool = hasBooleanRepresentation(Ty) || in EmitScalarRangeCheck()
2023 if (hasBooleanRepresentation(Ty)) { in EmitToMemory()
2037 if (hasBooleanRepresentation(Ty)) { in EmitFromMemory()
2501 if (!hasBooleanRepresentation(Dst.getType())) in EmitStoreThroughBitfieldLValue()