HomeSort by relevance Sort by last modified time
    Searched refs:getCondition (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 790 if (BI->getCondition() == Val) {
798 ICmpInst *ICI = dyn_cast<ICmpInst>(BI->getCondition());
840 if (SI->getCondition() != Val)
    [all...]
InlineCost.cpp     [all...]
MemoryBuiltins.cpp 760 Value *Size = Builder.CreateSelect(I.getCondition(), TrueSide.first,
762 Value *Offset = Builder.CreateSelect(I.getCondition(), TrueSide.second,
BasicAliasAnalysis.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
IndVarSimplify.cpp     [all...]
TailRecursionElimination.cpp 294 if (SI->getCondition() == V)
JumpThreading.cpp 554 ComputeValueKnownInPredecessors(SI->getCondition(), BB, Conds,
669 Condition = BI->getCondition();
671 Condition = SI->getCondition();
    [all...]
GVN.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 536 const Expr *getCondition() const { return Condition; }
  /external/llvm/include/llvm/Support/
PatternMatch.h 714 if (BI->isConditional() && Cond.match(BI->getCondition())) {
747 ICmpInst *Cmp = dyn_cast<ICmpInst>(SI->getCondition());
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 291 return SelectInst::Create(SI->getCondition(), N, A);
295 return SelectInst::Create(SI->getCondition(), A, N);
InstCombineLoadStoreAlloca.cpp 436 return SelectInst::Create(SI->getCondition(), V1, V2);
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 638 } else if (OldFnRetTy == TheSwitch->getCondition()->getType()) {
640 ReturnInst::Create(Context, TheSwitch->getCondition(), TheSwitch);
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp 782 Assert2(BI.getCondition()->getType()->isIntegerTy(1),
783 "Branch condition is not 'i1' type!", &BI, BI.getCondition());
808 Type *SwitchTy = SI.getCondition()->getType();
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 638 Value *Cond = I.getCondition();
647 Value* Cond = I.getCondition();
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 510 llvm::LoadInst *condition = cast<llvm::LoadInst>(si->getCondition());
    [all...]
  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 472 BI->getCondition(),

Completed in 3616 milliseconds

12 3 4