Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInlineCost.cpp387 if (Constant *SimpleOp = SimplifiedValues.lookup(GTI.getOperand())) in accumulateGEPOffset() local
388 OpC = dyn_cast<ConstantInt>(SimpleOp); in accumulateGEPOffset()
415 if (Constant *SimpleOp = SimplifiedValues.lookup(*I)) in isGEPFree() local
416 Operands.push_back(SimpleOp); in isGEPFree()