Searched refs:isOverflowIntrinsicNoWrap (Results 1 – 3 of 3) sorted by relevance
503 bool isOverflowIntrinsicNoWrap(const WithOverflowInst *WO,
4338 bool llvm::isOverflowIntrinsicNoWrap(const WithOverflowInst *WO, in isOverflowIntrinsicNoWrap() function in llvm
4564 if (BinOp == Instruction::Mul || !isOverflowIntrinsicNoWrap(WO, DT)) in MatchBinaryOp()