Searched defs:IsBool (Results 1 – 14 of 14) sorted by relevance
670 bool IsBool = CI->getBitWidth() == 1; in lowerAsmOperandForConstraint() local
412 bool IsBool = (0 == internal_strcmp(Data->Type.getTypeName(), "'bool'")); in handleLoadInvalidValue() local
527 bool IsBool = (0 == internal_strcmp(Data->Type.getTypeName(), "'bool'")) || in handleLoadInvalidValue() local
138 inline bool IsBool (BaseType t) { return t == BASE_TYPE_BOOL; } in IsBool() function
392 bool IsBool() const { return type_ == FBT_BOOL; } in IsBool() function
1620 bool StrictEnums, bool IsBool) { in getRangeForType()1668 bool IsBool = hasBooleanRepresentation(Ty) || in EmitScalarRangeCheck() local
3974 template<typename T> struct IsBool { static const bool value = false; }; argument3975 template<> struct IsBool<bool> { static const bool value = true; }; struct
1224 bool IsBool = hasBooleanRepresentation(Ty); in getRangeForType() local
4145 bool IsBool = C->getConstantIntValue()->getBitWidth() == 1; in LowerAsmOperandForConstraint() local
4440 bool IsBool = C->getConstantIntValue()->getBitWidth() == 1; in LowerAsmOperandForConstraint() local
7848 const bool IsBool = T->isSpecificBuiltinType(BuiltinType::Bool); in DiagnoseFloatingImpCast() local
11561 const bool IsBool = T->isSpecificBuiltinType(BuiltinType::Bool); in DiagnoseFloatingImpCast() local
46781 bool IsBool = CST->getConstantIntValue()->getBitWidth() == 1; in LowerAsmOperandForConstraint() local
50550 bool IsBool = CST->getConstantIntValue()->getBitWidth() == 1; in LowerAsmOperandForConstraint() local