Home
last modified time | relevance | path

Searched defs:HasNSW (Results 1 – 14 of 14) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DNoFolder.h59 bool HasNUW, bool HasNSW) const override { in FoldNoWrapBinOp() argument
H A DConstantFolder.h69 bool HasNUW, bool HasNSW) const override { in FoldNoWrapBinOp() argument
H A DIRBuilder.h1268 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 DInstSimplifyFolder.h61 bool HasNUW, bool HasNSW) const override { in FoldNoWrapBinOp() argument
H A DTargetFolder.h80 bool HasNUW, bool HasNSW) const override { in FoldNoWrapBinOp() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp151 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 DInstCombineAddSub.cpp1386 bool HasNSW = I.hasNoSignedWrap() && Op0->hasNoSignedWrap() && factorizeMathWithShlOps() local
2244 bool HasNSW = HasNUW && I.hasNoSignedWrap() && LHSSub->hasNoSignedWrap(); visitSub() local
H A DInstCombineCompares.cpp2813 bool HasNSW = Sub->hasNoSignedWrap(); foldICmpSubConstant() local
4640 __anon68ee6cff0e02(const BinaryOperator &BO, CmpInst::Predicate Pred, bool &HasNSW, bool &HasNUW) foldICmpBinOp() argument
H A DInstructionCombining.cpp708 bool HasNSW = false; tryFactorization() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2441 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 DCore.cpp3529 LLVMSetNSW(LLVMValueRef ArithInst,LLVMBool HasNSW) LLVMSetNSW() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h903 char HasNSW : 1; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8530 bool HasNSW = IIQ.hasNoSignedWrap(&BO); setLimitsForBinOp() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2010 EmitAbs(CodeGenFunction & CGF,Value * ArgValue,bool HasNSW) EmitAbs() argument