Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1222 if (Constant *SimpleOp = SimplifiedValues.lookup(GTI.getOperand())) in accumulateGEPOffset() local
1223 OpC = dyn_cast<ConstantInt>(SimpleOp); in accumulateGEPOffset()
1250 if (Constant *SimpleOp = SimplifiedValues.lookup(Op)) in isGEPFree() local
1251 Operands.push_back(SimpleOp); in isGEPFree()