Searched refs:IsBool (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp624 bool IsBool = CI->getBitWidth() == 1; local
625 int64_t ExtVal = IsBool ? CI->getZExtValue() : CI->getSExtValue();
/freebsd-current/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp527 bool IsBool = (0 == internal_strcmp(Data->Type.getTypeName(), "'bool'")) || local
530 IsBool ? ErrorType::InvalidBoolLoad : ErrorType::InvalidEnumLoad;
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp222 const bool IsBool = (Value == "false" || Value == "true") && local
224 if (!IsBool)
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1869 bool StrictEnums, bool IsBool) {
1873 if (!IsBool && !IsRegularCPlusPlusEnum)
1876 if (IsBool) {
1903 bool IsBool = hasBooleanRepresentation(Ty) ||
1905 bool NeedsBoolCheck = HasBoolCheck && IsBool;
1913 if (IsBool &&
1918 if (!getRangeForType(*this, Ty, Min, End, /*StrictEnums=*/true, IsBool))
1867 getRangeForType(CodeGenFunction &CGF, QualType Ty, llvm::APInt &Min, llvm::APInt &End, bool StrictEnums, bool IsBool) argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5494 bool IsBool = C->getConstantIntValue()->getBitWidth() == 1; local
5497 IsBool ? getExtendForContent(BCont) : ISD::SIGN_EXTEND;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 239 milliseconds