Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp1036 static bool hasBooleanRepresentation(QualType Ty) { in hasBooleanRepresentation() function
1044 return hasBooleanRepresentation(AT->getValueType()); in hasBooleanRepresentation()
1055 bool IsBool = hasBooleanRepresentation(Ty); in getRangeForType()
1158 SanOpts.has(SanitizerKind::Bool) && hasBooleanRepresentation(Ty); in EmitLoadOfScalar()
1194 if (hasBooleanRepresentation(Ty)) { in EmitToMemory()
1208 if (hasBooleanRepresentation(Ty)) { in EmitFromMemory()
1555 if (!hasBooleanRepresentation(Dst.getType())) in EmitStoreThroughBitfieldLValue()