Searched refs:StrengthenNoWrapFlags (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1971 StrengthenNoWrapFlags(ScalarEvolution *SE, SCEVTypes Type, in StrengthenNoWrapFlags() function 2038 Flags = StrengthenNoWrapFlags(this, scAddExpr, Ops, Flags); in getAddExpr() 2449 Flags = StrengthenNoWrapFlags(this, scMulExpr, Ops, Flags); in getMulExpr() 2905 Flags = StrengthenNoWrapFlags(this, scAddRecExpr, Operands, Flags); in getAddRecExpr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2299 StrengthenNoWrapFlags(ScalarEvolution *SE, SCEVTypes Type, in StrengthenNoWrapFlags() function 2385 Flags = StrengthenNoWrapFlags(this, scAddExpr, Ops, Flags); in getAddExpr() 2863 Flags = StrengthenNoWrapFlags(this, scMulExpr, Ops, Flags); in getMulExpr() 3371 Flags = StrengthenNoWrapFlags(this, scAddRecExpr, Operands, Flags); in getAddRecExpr()
|