Searched refs:IncI (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1334 Instruction *IncI = dyn_cast<Instruction>(IncV); in getLoopPhiForCounter() local 1335 if (!IncI) in getLoopPhiForCounter() 1338 switch (IncI->getOpcode()) { in getLoopPhiForCounter() 1344 if (IncI->getNumOperands() == 2) in getLoopPhiForCounter() 1350 PHINode *Phi = dyn_cast<PHINode>(IncI->getOperand(0)); in getLoopPhiForCounter() 1352 if (isLoopInvariant(IncI->getOperand(1), L, DT)) in getLoopPhiForCounter() 1356 if (IncI->getOpcode() == Instruction::GetElementPtr) in getLoopPhiForCounter() 1360 Phi = dyn_cast<PHINode>(IncI->getOperand(1)); in getLoopPhiForCounter() 1362 if (isLoopInvariant(IncI->getOperand(0), L, DT)) in getLoopPhiForCounter()
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1586 Instruction *IncI = dyn_cast<Instruction>(IncV); in getLoopPhiForCounter() local 1587 if (!IncI) in getLoopPhiForCounter() 1590 switch (IncI->getOpcode()) { in getLoopPhiForCounter() 1596 if (IncI->getNumOperands() == 2) in getLoopPhiForCounter() 1602 PHINode *Phi = dyn_cast<PHINode>(IncI->getOperand(0)); in getLoopPhiForCounter() 1604 if (isLoopInvariant(IncI->getOperand(1), L, DT)) in getLoopPhiForCounter() 1608 if (IncI->getOpcode() == Instruction::GetElementPtr) in getLoopPhiForCounter() 1612 Phi = dyn_cast<PHINode>(IncI->getOperand(1)); in getLoopPhiForCounter() 1614 if (isLoopInvariant(IncI->getOperand(0), L, DT)) in getLoopPhiForCounter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1871 Instruction *IncI = dyn_cast<Instruction>(IncV); in getLoopPhiForCounter() local 1872 if (!IncI) in getLoopPhiForCounter() 1875 switch (IncI->getOpcode()) { in getLoopPhiForCounter() 1881 if (IncI->getNumOperands() == 2) in getLoopPhiForCounter() 1888 PHINode *Phi = dyn_cast<PHINode>(IncI->getOperand(0)); in getLoopPhiForCounter() 1890 if (isLoopInvariant(IncI->getOperand(1), L, DT)) in getLoopPhiForCounter() 1894 if (IncI->getOpcode() == Instruction::GetElementPtr) in getLoopPhiForCounter() 1898 Phi = dyn_cast<PHINode>(IncI->getOperand(1)); in getLoopPhiForCounter() 1900 if (isLoopInvariant(IncI->getOperand(0), L, DT)) in getLoopPhiForCounter()
|