Home
last modified time | relevance | path

Searched defs:ICI (Results 1 – 21 of 21) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DCmpInstAnalysis.cpp44 unsigned llvm::getICmpCode(const ICmpInst *ICI, bool InvertPred) { in getICmpCode()
DSimplifyCFG.cpp409 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/
Dcopy.pass.cpp53 typedef input_iterator<CI> ICI; in testN() typedef
/external/libcxx/test/std/containers/sequences/deque/deque.cons/
Dassign_iter_iter.pass.cpp67 typedef input_iterator<CI> ICI; in testI() typedef
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp359 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
DInstCombineCompares.cpp229 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()
DInstCombineCasts.cpp583 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
DInstCombineMulDivRem.cpp973 Value *ICI = IC.Builder->CreateICmpULT(Op0, cast<ConstantInt>(Op1)); in foldUDivNegCst() local
DInstructionCombining.cpp1882 ICmpInst *ICI = cast<ICmpInst>(I); in isAllocSiteRemovable() local
/external/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.cpp96 if (const ICmpInst *ICI = dyn_cast<ICmpInst>(Inst)) { in CanUse() local
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp800 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
DGlobalsModRef.cpp389 } else if (ICmpInst *ICI = dyn_cast<ICmpInst>(I)) { in AnalyzeUsesOfPointer() local
DInstructionSimplify.cpp3342 if (const auto *ICI = dyn_cast<ICmpInst>(CondVal)) { in SimplifySelectInst() local
DScalarEvolution.cpp3997 auto *ICI = dyn_cast<ICmpInst>(Cond); in createNodeForSelectOrPHI() local
7604 ICmpInst *ICI = dyn_cast<ICmpInst>(FoundCondValue); in isImpliedCond() local
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp266 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
DScalarizer.cpp89 ICmpInst &ICI; member
424 bool Scalarizer::visitICmpInst(ICmpInst &ICI) { in visitICmpInst()
DAlignmentFromAssumptions.cpp217 ICmpInst *ICI = dyn_cast<ICmpInst>(I->getArgOperand(0)); in extractAlignmentInfo() local
DLoopStrengthReduce.cpp3145 if (const ICmpInst *ICI = dyn_cast<ICmpInst>(UserInst)) { in CollectLoopInvariantFixupsAndFormulae() local
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
Dinsert_iter_iter.pass.cpp170 typedef input_iterator<CI> ICI; in testI() typedef
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp900 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/
DSemaDeclCXX.cpp9280 InheritingConstructorInfo ICI(*this, ClassDecl); in DeclareInheritingConstructors() local