Home
last modified time | relevance | path

Searched refs:RInst (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp1424 Instruction *RInst = P->getIncomingBlock(!i)->getTerminator(); in computeKnownBitsFromOperator() local
1456 RecQ.CxtI = RInst; in computeKnownBitsFromOperator()
DScalarEvolution.cpp624 const auto *RInst = cast<Instruction>(RV); in CompareValueComplexity() local
628 *RParent = RInst->getParent(); in CompareValueComplexity()
638 RNumOps = RInst->getNumOperands(); in CompareValueComplexity()
645 RInst->getOperand(Idx), Depth + 1); in CompareValueComplexity()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp657 const auto *RInst = cast<Instruction>(RV); in CompareValueComplexity() local
661 *RParent = RInst->getParent(); in CompareValueComplexity()
671 RNumOps = RInst->getNumOperands(); in CompareValueComplexity()
678 RInst->getOperand(Idx), Depth + 1); in CompareValueComplexity()
DValueTracking.cpp1383 Instruction *RInst = P->getIncomingBlock(!i)->getTerminator(); in computeKnownBitsFromOperator() local
1415 RecQ.CxtI = RInst; in computeKnownBitsFromOperator()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp512 const Instruction *RInst = cast<Instruction>(RV); in compare() local
516 *RParent = RInst->getParent(); in compare()
526 RNumOps = RInst->getNumOperands(); in compare()