Searched refs:FirstPointerTypedOp (Results 1 – 1 of 1) sorted by relevance
256 auto *FirstPointerTypedOp = find_if(operands(), [](const SCEV *Op) { in SCEVAddExpr() local259 if (FirstPointerTypedOp != operands().end()) in SCEVAddExpr()260 Ty = (*FirstPointerTypedOp)->getType(); in SCEVAddExpr()