Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h269 auto *FirstPointerTypedOp = find_if(operands(), [](const SCEV *Op) { in SCEVAddExpr() local
272 if (FirstPointerTypedOp != operands().end()) in SCEVAddExpr()
273 Ty = (*FirstPointerTypedOp)->getType(); in SCEVAddExpr()