Searched refs:SimpleOp (Results 1 – 1 of 1) sorted by relevance
1222 if (Constant *SimpleOp = SimplifiedValues.lookup(GTI.getOperand())) in accumulateGEPOffset() local1223 OpC = dyn_cast<ConstantInt>(SimpleOp); in accumulateGEPOffset()1250 if (Constant *SimpleOp = SimplifiedValues.lookup(Op)) in isGEPFree() local1251 Operands.push_back(SimpleOp); in isGEPFree()