Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp1004 if (Constant *SimpleOp = SimplifiedValues.lookup(GTI.getOperand())) in accumulateGEPOffset() local
1005 OpC = dyn_cast<ConstantInt>(SimpleOp); in accumulateGEPOffset()
1032 if (Constant *SimpleOp = SimplifiedValues.lookup(Op)) in isGEPFree() local
1033 Operands.push_back(SimpleOp); in isGEPFree()