/external/llvm/lib/Transforms/Utils/ |
D | CmpInstAnalysis.cpp | 44 unsigned llvm::getICmpCode(const ICmpInst *ICI, bool InvertPred) { in getICmpCode()
|
D | SimplifyCFG.cpp | 409 ICmpInst *ICI; in matchInstruction() local 559 if (ICmpInst *ICI = dyn_cast<ICmpInst>(BI->getCondition())) { in isValueEqualityComparison() local 590 ICmpInst *ICI = cast<ICmpInst>(BI->getCondition()); in GetValueEqualityComparisonCases() local 827 ICmpInst *ICI = cast<ICmpInst>(BI->getCondition()); in GetBranchWeights() local 3027 ICmpInst *ICI, IRBuilder<> &Builder, const DataLayout &DL, in TryToSimplifyUncondBranchWithICmpInIt() 4883 if (ICmpInst *ICI = dyn_cast<ICmpInst>(I)) in SimplifyUncondBranch() local
|
/external/libcxx/test/std/containers/sequences/deque/deque.special/ |
D | copy.pass.cpp | 53 typedef input_iterator<CI> ICI; in testN() typedef
|
/external/libcxx/test/std/containers/sequences/deque/deque.cons/ |
D | assign_iter_iter.pass.cpp | 67 typedef input_iterator<CI> ICI; in testI() typedef
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 359 static Value *foldSelectCttzCtlz(ICmpInst *ICI, Value *TrueVal, Value *FalseVal, in foldSelectCttzCtlz() 405 ICmpInst *ICI) { in visitSelectInstWithICmp() 990 if (ICmpInst *ICI = dyn_cast<ICmpInst>(CondVal)) in visitSelectInst() local
|
D | InstCombineCompares.cpp | 229 CmpInst &ICI, ConstantInt *AndCst) { in FoldCmpLoadFromIndexedGlobal() 733 Instruction *InstCombiner::FoldAllocaCmp(ICmpInst &ICI, AllocaInst *Alloca, in FoldAllocaCmp() 811 Instruction *InstCombiner::FoldICmpAddOpCst(Instruction &ICI, in FoldICmpAddOpCst() 860 Instruction *InstCombiner::FoldICmpDivCst(ICmpInst &ICI, BinaryOperator *DivI, in FoldICmpDivCst() 1016 Instruction *InstCombiner::FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *Shr, in FoldICmpShrCst() 1213 Instruction *InstCombiner::visitICmpInstWithInstAndIntCst(ICmpInst &ICI, in visitICmpInstWithInstAndIntCst() 2019 Instruction *InstCombiner::visitICmpInstWithCastAndCast(ICmpInst &ICI) { in visitICmpInstWithCastAndCast()
|
D | InstCombineCasts.cpp | 583 Instruction *InstCombiner::transformZExtICmp(ICmpInst *ICI, Instruction &CI, in transformZExtICmp() 920 if (ICmpInst *ICI = dyn_cast<ICmpInst>(Src)) in visitZExt() local 967 Instruction *InstCombiner::transformSExtICmp(ICmpInst *ICI, Instruction &CI) { in transformSExtICmp() 1182 if (ICmpInst *ICI = dyn_cast<ICmpInst>(Src)) in visitSExt() local
|
D | InstCombineMulDivRem.cpp | 973 Value *ICI = IC.Builder->CreateICmpULT(Op0, cast<ConstantInt>(Op1)); in foldUDivNegCst() local
|
D | InstructionCombining.cpp | 1882 ICmpInst *ICI = cast<ICmpInst>(I); in isAllocSiteRemovable() local
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | DependencyAnalysis.cpp | 96 if (const ICmpInst *ICI = dyn_cast<ICmpInst>(Inst)) { in CanUse() local
|
/external/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 800 if (ICmpInst *ICI = dyn_cast<ICmpInst>(C)) { in mergeAssumeBlockValueConstantRange() local 896 bool getValueFromFromCondition(Value *Val, ICmpInst *ICI, in getValueFromFromCondition() 962 if (ICmpInst *ICI = dyn_cast<ICmpInst>(BI->getCondition())) in getEdgeValueLocal() local
|
D | GlobalsModRef.cpp | 389 } else if (ICmpInst *ICI = dyn_cast<ICmpInst>(I)) { in AnalyzeUsesOfPointer() local
|
D | InstructionSimplify.cpp | 3342 if (const auto *ICI = dyn_cast<ICmpInst>(CondVal)) { in SimplifySelectInst() local
|
D | ScalarEvolution.cpp | 3997 auto *ICI = dyn_cast<ICmpInst>(Cond); in createNodeForSelectOrPHI() local 7604 ICmpInst *ICI = dyn_cast<ICmpInst>(FoundCondValue); in isImpliedCond() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 266 InductiveRangeCheck::parseRangeCheckICmp(Loop *L, ICmpInst *ICI, in parseRangeCheckICmp() 371 if (ICmpInst *ICI = dyn_cast<ICmpInst>(Condition)) { in parseRangeCheck() local 685 ICmpInst *ICI = dyn_cast<ICmpInst>(LatchBr->getCondition()); in parseLoopStructure() local
|
D | Scalarizer.cpp | 89 ICmpInst &ICI; member 424 bool Scalarizer::visitICmpInst(ICmpInst &ICI) { in visitICmpInst()
|
D | AlignmentFromAssumptions.cpp | 217 ICmpInst *ICI = dyn_cast<ICmpInst>(I->getArgOperand(0)); in extractAlignmentInfo() local
|
D | LoopStrengthReduce.cpp | 3145 if (const ICmpInst *ICI = dyn_cast<ICmpInst>(UserInst)) { in CollectLoopInvariantFixupsAndFormulae() local
|
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/ |
D | insert_iter_iter.pass.cpp | 170 typedef input_iterator<CI> ICI; in testI() typedef
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 900 ICmpInst *ICI = dyn_cast<ICmpInst>(LoadUse.getUser()); in OptimizeGlobalAddressOfMalloc() local 1060 if (const ICmpInst *ICI = dyn_cast<ICmpInst>(UI)) { in LoadUsesSimpleEnoughForHeapSRA() local
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 9280 InheritingConstructorInfo ICI(*this, ClassDecl); in DeclareInheritingConstructors() local
|