Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp384 if (Constant *SimpleOp = SimplifiedValues.lookup(GTI.getOperand())) in accumulateGEPOffset() local
385 OpC = dyn_cast<ConstantInt>(SimpleOp); in accumulateGEPOffset()
412 if (Constant *SimpleOp = SimplifiedValues.lookup(*I)) in isGEPFree() local
413 Operands.push_back(SimpleOp); in isGEPFree()
/external/llvm/lib/Analysis/
DInlineCost.cpp315 if (Constant *SimpleOp = SimplifiedValues.lookup(GTI.getOperand())) in accumulateGEPOffset() local
316 OpC = dyn_cast<ConstantInt>(SimpleOp); in accumulateGEPOffset()