Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h92 bool &getBool() { in getBool() function
112 bool getBool() const { in getBool() function
/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp89 StringRef Err = yaml::ScalarTraits<bool>::input(S, nullptr, getBool()); in fromString()
H A DMsgPackDocument.cpp269 MPWriter.write(Node.getBool()); in writeToBlob()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h92 static ConstantInt *getBool(LLVMContext &Context, bool V);
95 static Constant *getBool(Type *Ty, bool V);
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3509 ConstantInt::getBool(IRP.getAnchorValue().getContext(), false); in initialize()
4042 *ConstantInt::getBool(Ctx, false)); in changeToSPMDMode()
4094 auto *FalseVal = ConstantInt::getBool(Ctx, false); in buildCustomStateMachine()
H A DGlobalOpt.cpp926 new StoreInst(ConstantInt::getBool( in OptimizeGlobalAddressOfAllocation()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp849 ConstantInt *ConstantInt::getBool(LLVMContext &Context, bool V) { in getBool() function in ConstantInt
869 Constant *ConstantInt::getBool(Type *Ty, bool V) { in getBool() function in ConstantInt
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp261 ICmp->replaceAllUsesWith(ConstantInt::getBool(ICmp->getContext(), *Ev)); in eliminateIVComparison()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp466 Intrinsic::abs, X, ConstantInt::getBool(I.getContext(), HasNSW)); in visitMul()
H A DInstCombineCalls.cpp1424 ConstantInt::getBool(II->getContext(), IntMinIsPoison)); in visitCallInst()
H A DInstCombineCompares.cpp5613 I, ConstantInt::getBool(I.getType(), Pred == CmpInst::ICMP_NE)); in foldICmpUsingKnownBits()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp693 PredCst = ConstantInt::getBool(V->getContext(), Res); in computeValueKnownInPredecessorsImpl()
H A DLoopIdiomRecognize.cpp1920 ConstantInt::getBool(InitX->getContext(), ZeroCheck)}; in recognizeAndInsertFFS()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2870 llvm::ConstantInt::getBool(CondTy, LH == Stmt::LH_Likely); in emitCondLikelihoodViaExpectIntrinsic()
/openbsd/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3882 ConstantInt::getBool(Int32->getContext(), !IsSPMD); in createTargetInit()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp11596 ConstantInt::getBool(FoundCondValue->getContext(), Inverse)) in isImpliedCond()