Home
last modified time | relevance | path

Searched refs:LInst (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp654 if (const auto *LInst = dyn_cast<Instruction>(LV)) { in CompareValueComplexity() local
658 const BasicBlock *LParent = LInst->getParent(), in CompareValueComplexity()
668 unsigned LNumOps = LInst->getNumOperands(), in CompareValueComplexity()
675 CompareValueComplexity(EqCacheValue, LI, LInst->getOperand(Idx), in CompareValueComplexity()
H A DValueTracking.cpp1413 Instruction *LInst = P->getIncomingBlock(1-OpNum)->getTerminator(); in computeKnownBitsFromOperator() local
1422 RecQ.CxtI = LInst; in computeKnownBitsFromOperator()