Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp1517 static bool hasBooleanRepresentation(QualType Ty) { in hasBooleanRepresentation() function
1525 return hasBooleanRepresentation(AT->getValueType()); in hasBooleanRepresentation()
1566 hasBooleanRepresentation(Ty))) in getRangeForLoadFromType()
1580 bool IsBool = hasBooleanRepresentation(Ty) || in EmitScalarRangeCheck()
1679 if (hasBooleanRepresentation(Ty)) { in EmitToMemory()
1693 if (hasBooleanRepresentation(Ty)) { in EmitFromMemory()
2033 if (!hasBooleanRepresentation(Dst.getType())) in EmitStoreThroughBitfieldLValue()