Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h554 bool isOverflowIntrinsicNoWrap(const WithOverflowInst *WO,
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp5157 bool llvm::isOverflowIntrinsicNoWrap(const WithOverflowInst *WO, in isOverflowIntrinsicNoWrap() function in llvm
H A DScalarEvolution.cpp5295 if (BinOp == Instruction::Mul || !isOverflowIntrinsicNoWrap(WO, DT)) in MatchBinaryOp()