/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 59 bool HasNUW, bool HasNSW) const override { in FoldNoWrapBinOp() argument
|
H A D | ConstantFolder.h | 69 bool HasNUW, bool HasNSW) const override { in FoldNoWrapBinOp() argument
|
H A D | IRBuilder.h | 1268 CreateInsertNUWNSWBinOp(BinaryOperator::BinaryOps Opc,Value * LHS,Value * RHS,const Twine & Name,bool HasNUW,bool HasNSW) CreateInsertNUWNSWBinOp() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstSimplifyFolder.h | 61 bool HasNUW, bool HasNSW) const override { in FoldNoWrapBinOp() argument
|
H A D | TargetFolder.h | 80 bool HasNUW, bool HasNSW) const override { in FoldNoWrapBinOp() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 151 const bool HasNSW = Mul.hasNoSignedWrap(); in foldMulShl1() local 212 const bool HasNSW = I.hasNoSignedWrap(); visitMul() local 963 bool HasNSW = Mul->hasNoSignedWrap() && Shl->hasNoSignedWrap(); foldIDivShl() local 1177 bool HasNSW = cast<OverflowingBinaryOperator>(Op1)->hasNoSignedWrap(); commonIDivTransforms() local [all...] |
H A D | InstCombineAddSub.cpp | 1386 bool HasNSW = I.hasNoSignedWrap() && Op0->hasNoSignedWrap() && factorizeMathWithShlOps() local 2244 bool HasNSW = HasNUW && I.hasNoSignedWrap() && LHSSub->hasNoSignedWrap(); visitSub() local
|
H A D | InstCombineCompares.cpp | 2813 bool HasNSW = Sub->hasNoSignedWrap(); foldICmpSubConstant() local 4640 __anon68ee6cff0e02(const BinaryOperator &BO, CmpInst::Predicate Pred, bool &HasNSW, bool &HasNUW) foldICmpBinOp() argument
|
H A D | InstructionCombining.cpp | 708 bool HasNSW = false; tryFactorization() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 2441 getNeg(Constant * C,bool HasNUW,bool HasNSW) getNeg() argument 2454 getAdd(Constant * C1,Constant * C2,bool HasNUW,bool HasNSW) getAdd() argument 2461 getSub(Constant * C1,Constant * C2,bool HasNUW,bool HasNSW) getSub() argument 2468 getMul(Constant * C1,Constant * C2,bool HasNUW,bool HasNSW) getMul() argument 2479 getShl(Constant * C1,Constant * C2,bool HasNUW,bool HasNSW) getShl() argument
|
H A D | Core.cpp | 3529 LLVMSetNSW(LLVMValueRef ArithInst,LLVMBool HasNSW) LLVMSetNSW() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 903 char HasNSW : 1; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 8530 bool HasNSW = IIQ.hasNoSignedWrap(&BO); setLimitsForBinOp() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 2010 EmitAbs(CodeGenFunction & CGF,Value * ArgValue,bool HasNSW) EmitAbs() argument
|