Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/test/PCH/
H A Dthread-safety-attrs.cpp104 bool getBool();
162 if (getBool()) in sls_fun_8()
169 if (getBool()) in sls_fun_9()
177 if (getBool()) { in sls_fun_good_6()
180 if (getBool()) { in sls_fun_good_6()
194 if (getBool()) { in sls_fun_good_7()
227 if (getBool()) in sls_fun_bad_4()
236 if (getBool()) in sls_fun_bad_5()
241 if (getBool()) { in sls_fun_bad_6()
244 if (getBool()) { in sls_fun_bad_6()
[all …]
/llvm-project-15.0.7/clang/test/Analysis/
H A Dlive-variables.cpp9 int getBool();
18 if (p != 0 && getBool() && foo().m && getBool()) { in test()
H A Dlive-variables.m8 int getBool(void); function
19 if ((p != 0) && (getBool()) && ([filename lastPathComponent]) && (getBool())) {
H A Dsvalbuilder-logic.c13 extern int getBool(void); in pr15863()
14 _Bool a = getBool(); in pr15863()
/llvm-project-15.0.7/llvm/test/Analysis/MemorySSA/
H A Dmultiple-backedges-hal.ll31 declare i1 @getBool() readnone
63 %KeepGoing = call i1 @getBool()
67 %KeepGoing.Tail = call i1 @getBool()
H A Dmany-doms.ll5 declare i1 @getBool() readnone
H A Dmany-dom-backedge.ll6 declare i1 @getBool() readnone
/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Darc-list-init-destruct.mm18 bool getBool() { function
35 return {{g}, getBool()};
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp135 bool getBool();
191 if (getBool()) in sls_fun_8()
198 if (getBool()) in sls_fun_9()
206 if (getBool()) { in sls_fun_good_6()
256 if (getBool()) in sls_fun_bad_4()
265 if (getBool()) in sls_fun_bad_5()
653 if (getBool()) in shared_fun_3()
662 if (getBool()) in shared_fun_4()
671 if (getBool()) in shared_fun_8()
712 if (getBool()) in shared_bad_1()
[all …]
H A Dwarn-logical-not-compare.cpp4 bool getBool();
117 ret = !getBool() == b1; in test1()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h92 bool &getBool() { in getBool() function
112 bool getBool() const { in getBool() function
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/
H A DLLVMToLLVMIRTranslation.cpp180 cstValue = llvm::ConstantInt::getBool(ctx, value); in getLoopOptionMetadata()
184 cstValue = llvm::ConstantInt::getBool(ctx, value); in getLoopOptionMetadata()
193 cstValue = llvm::ConstantInt::getBool(ctx, value); in getLoopOptionMetadata()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstants.h93 static ConstantInt *getBool(LLVMContext &Context, bool V);
96 static Constant *getBool(Type *Ty, bool V);
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3232 ConstantInt::getBool(IRP.getAnchorValue().getContext(), false); in initialize()
3275 auto *Val = ConstantInt::getBool(IRP.getAnchorValue().getContext(), in initialize()
3643 *ConstantInt::getBool(Ctx, false)); in changeToSPMDMode()
3650 *ConstantInt::getBool(Ctx, false)); in changeToSPMDMode()
3653 *ConstantInt::getBool(Ctx, false)); in changeToSPMDMode()
3694 auto *FalseVal = ConstantInt::getBool(Ctx, false); in buildCustomStateMachine()
H A DGlobalOpt.cpp922 new StoreInst(ConstantInt::getBool( in OptimizeGlobalAddressOfAllocation()
/llvm-project-15.0.7/mlir/test/IR/
H A Dinvalid.mlir175 %0 = "getBool"() : () -> i1
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3675 ConstantInt::getBool(Int32->getContext(), !IsSPMD); in createTargetInit()
3677 ConstantInt::getBool(Int32->getContext(), RequiresFullRuntime); in createTargetInit()
3729 ConstantInt::getBool(Int32->getContext(), RequiresFullRuntime); in createTargetDeinit()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp841 ConstantInt *ConstantInt::getBool(LLVMContext &Context, bool V) { in getBool() function in ConstantInt
861 Constant *ConstantInt::getBool(Type *Ty, bool V) { in getBool() function in ConstantInt
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp291 ICmp->replaceAllUsesWith(ConstantInt::getBool(ICmp->getContext(), *Ev)); in eliminateIVComparison()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp407 ConstantInt::getBool(I.getContext(), I.hasNoSignedWrap())); in visitMul()
H A DInstCombineCalls.cpp1403 ConstantInt::getBool(II->getContext(), IntMinIsPoison)); in visitCallInst()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1918 ConstantInt::getBool(InitX->getContext(), ZeroCheck)}; in recognizeAndInsertFFS()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2755 llvm::ConstantInt::getBool(CondTy, LH == Stmt::LH_Likely); in emitCondLikelihoodViaExpectIntrinsic()

12