Searched refs:getCondition (Results 51 - 75 of 166) sorted by relevance

1234567

/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp964 ICmpInst *Cond = dyn_cast<ICmpInst>(BI->getCondition());
1221 ICmpInst *PreCond = cast<ICmpInst>(PreCondBr->getCondition());
1258 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition());
H A DLoopUnrollPass.cpp460 SimplifiedValues.lookup(BI->getCondition())) {
471 SimplifiedValues.lookup(SI->getCondition())) {
H A DStructurizeCFG.cpp420 Cond = Term->getCondition();
929 if (!DA->isUniform(Br->getCondition()))
H A DIndVarSimplify.cpp702 Cond = BI->getCondition();
704 Cond = SI->getCondition();
1632 return dyn_cast<ICmpInst>(BI->getCondition());
1748 cast<BranchInst>(L->getExitingBlock()->getTerminator())->getCondition();
1992 Value *OrigCond = BI->getCondition();
H A DGVN.cpp2095 if (isa<Constant>(BI->getCondition()))
2098 Value *BranchCond = BI->getCondition();
2121 Value *SwitchCond = SI->getCondition();
2662 ConstantInt *Cond = dyn_cast<ConstantInt>(BI->getCondition());
H A DTailRecursionElimination.cpp382 if (SI->getCondition() == V)
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DJumpThreading.cpp549 ComputeValueKnownInPredecessors(SI->getCondition(), BB, Conds,
664 Condition = BI->getCondition();
666 Condition = SI->getCondition();
H A DTailRecursionElimination.cpp294 if (SI->getCondition() == V)
/external/clang/lib/AST/
H A DStmtProfile.cpp290 if (C->getCondition())
291 Profiler->VisitStmt(C->getCondition());
295 if (C->getCondition())
296 Profiler->VisitStmt(C->getCondition());
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.hpp105 const Cond& getCondition (void) const { return m_cond; } function in class:deqp::gls::AttributeLocationTestUtil::Attribute
/external/llvm/lib/Analysis/
H A DCostModel.cpp418 Type *CondTy = SI->getCondition()->getType();
H A DLazyValueInfo.cpp943 if (auto *ICI = dyn_cast<ICmpInst>(SI->getCondition())) {
1228 if (BI->getCondition() == Val) {
1236 if (ICmpInst *ICI = dyn_cast<ICmpInst>(BI->getCondition()))
1245 if (SI->getCondition() != Val)
H A DMemoryBuiltins.cpp846 Value *Size = Builder.CreateSelect(I.getCondition(), TrueSide.first,
848 Value *Offset = Builder.CreateSelect(I.getCondition(), TrueSide.second,
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp745 return Pred1Br->getCondition();
767 return BI->getCondition();
H A DCodeExtractor.cpp627 } else if (OldFnRetTy == TheSwitch->getCondition()->getType()) {
629 ReturnInst::Create(Context, TheSwitch->getCondition(), TheSwitch);
H A DLoopSimplify.cpp508 if (UndefValue *Cond = dyn_cast<UndefValue>(BI->getCondition())) {
626 CmpInst *CI = dyn_cast<CmpInst>(BI->getCondition());
H A DLowerSwitch.cpp403 Value *Val = SI->getCondition(); // The value we are switching on...
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DPatternMatch.h683 if (BI->isConditional() && Cond.match(BI->getCondition())) {
716 ICmpInst *Cmp = dyn_cast<ICmpInst>(SI->getCondition());
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DBasicAliasAnalysis.cpp1011 if (SI->getCondition() == SI2->getCondition()) {
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp279 return SelectInst::Create(SI->getCondition(), N, A);
283 return SelectInst::Create(SI->getCondition(), A, N);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DCodeExtractor.cpp592 } else if (OldFnRetTy == TheSwitch->getCondition()->getType()) {
594 ReturnInst::Create(Context, TheSwitch->getCondition(), TheSwitch);
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1214 IfCond = C->getCondition();
2416 auto *Cond = Clause->getCondition();
2566 IfCond = C->getCondition();
3277 IfCond = C->getCondition();
3367 IfCond = C->getCondition();
3406 IfCond = C->getCondition();
3426 IfCond = C->getCondition();
3446 IfCond = C->getCondition();
3485 IfCond = C->getCondition();
3623 IfCond = C->getCondition();
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h538 const Expr *getCondition() const { return Condition; } function in class:clang::ento::SwitchNodeBuilder
/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp604 Value *OldCond = CountedExitBranch->getCondition();
/external/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp462 Value *Cond = SI->getCondition();

Completed in 853 milliseconds

1234567