Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6084 bool isIdentityFunction(uint64_t Op, const SCEV *S) { in isIdentityFunction() function
6117 if (!isIdentityFunction(llvm::dwarf::DW_OP_mul, Stride)) { in SCEVToValueExpr()
6122 if (!isIdentityFunction(llvm::dwarf::DW_OP_plus, Start)) { in SCEVToValueExpr()
6189 if (!isIdentityFunction(llvm::dwarf::DW_OP_minus, Start)) { in SCEVToIterCountExpr()
6194 if (!isIdentityFunction(llvm::dwarf::DW_OP_div, Stride)) { in SCEVToIterCountExpr()