| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackDocument.h | 92 bool &getBool() { in getBool() function 112 bool getBool() const { in getBool() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | MsgPackDocumentYAML.cpp | 90 StringRef Err = yaml::ScalarTraits<bool>::input(S, nullptr, getBool()); in fromString()
|
| H A D | MsgPackDocument.cpp | 269 MPWriter.write(Node.getBool()); in writeToBlob()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 2869 ConstantInt::getBool(IRP.getAnchorValue().getContext(), 0); in initialize() 2889 auto *Val = ConstantInt::getBool(IRP.getAnchorValue().getContext(), in initialize() 2910 auto *Val = ConstantInt::getBool(IRP.getAnchorValue().getContext(), in initialize() 3022 *ConstantInt::getBool(Ctx, 1)); in changeToSPMDMode() 3025 *ConstantInt::getBool(Ctx, 0)); in changeToSPMDMode() 3028 *ConstantInt::getBool(Ctx, 1)); in changeToSPMDMode() 3031 *ConstantInt::getBool(Ctx, 0)); in changeToSPMDMode() 3034 *ConstantInt::getBool(Ctx, 0)); in changeToSPMDMode() 3070 auto *FalseVal = ConstantInt::getBool(Ctx, 0); in buildCustomStateMachine()
|
| H A D | GlobalOpt.cpp | 955 new StoreInst(ConstantInt::getBool( in OptimizeGlobalAddressOfMalloc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constants.h | 93 static ConstantInt *getBool(LLVMContext &Context, bool V); 96 static Constant *getBool(Type *Ty, bool V);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 2202 ConstantInt *IsSPMDVal = ConstantInt::getBool(Int32->getContext(), IsSPMD); in createTargetInit() 2204 ConstantInt::getBool(Int32->getContext(), !IsSPMD); in createTargetInit() 2205 …ConstantInt *RequiresFullRuntimeVal = ConstantInt::getBool(Int32->getContext(), RequiresFullRuntim… in createTargetInit() 2250 ConstantInt *IsSPMDVal = ConstantInt::getBool(Int32->getContext(), IsSPMD); in createTargetDeinit() 2251 …ConstantInt *RequiresFullRuntimeVal = ConstantInt::getBool(Int32->getContext(), RequiresFullRuntim… in createTargetDeinit()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 863 ConstantInt *ConstantInt::getBool(LLVMContext &Context, bool V) { in getBool() function in ConstantInt 883 Constant *ConstantInt::getBool(Type *Ty, bool V) { in getBool() function in ConstantInt
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 289 ICmp->replaceAllUsesWith(ConstantInt::getBool(ICmp->getContext(), *Ev)); in eliminateIVComparison()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 373 ConstantInt::getBool(I.getContext(), I.hasNoSignedWrap())); in visitMul()
|
| H A D | InstCombineCalls.cpp | 1042 ConstantInt::getBool(II->getContext(), IntMinIsPoison)); in visitCallInst()
|
| H A D | InstCombineCompares.cpp | 5247 I, ConstantInt::getBool(I.getType(), Pred == CmpInst::ICMP_NE)); in foldICmpUsingKnownBits()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 1777 ConstantInt::getBool(InitX->getContext(), ZeroCheck)}; in recognizeAndInsertFFS()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2689 llvm::ConstantInt::getBool(CondTy, LH == Stmt::LH_Likely); in emitCondLikelihoodViaExpectIntrinsic()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 10531 ConstantInt::getBool(FoundCondValue->getContext(), Inverse)) in isImpliedCond()
|