| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineNegator.cpp | 150 return ConstantExpr::getNeg(cast<Constant>(V), /*HasNUW=*/false, in visitImpl() 245 Builder.CreateSDiv(I->getOperand(0), ConstantExpr::getNeg(Op1C), in visitImpl()
|
| H A D | InstCombineMulDivRem.cpp | 210 NegOp0, ConstantExpr::getNeg(cast<Constant>(Op1)), I.getName()); in visitMul() 249 return BinaryOperator::CreateMul(X, ConstantExpr::getNeg(Op1C)); in visitMul() 1126 Op1 = ConstantExpr::getNeg(cast<Constant>(Op1)); in visitSDiv() 1198 Op0, ConstantExpr::getNeg(cast<Constant>(Op1)), I, *this))); in visitSDiv() 1576 Elts[i] = cast<ConstantInt>(ConstantExpr::getNeg(RHS)); in visitSRem()
|
| H A D | InstructionCombining.cpp | 906 return ConstantExpr::getNeg(C); in dyn_castNegVal() 910 return ConstantExpr::getNeg(C); in dyn_castNegVal() 924 return ConstantExpr::getNeg(CV); in dyn_castNegVal()
|
| H A D | InstCombineCalls.cpp | 1191 Value *NegVal = ConstantExpr::getNeg(C); in visitCallInst() 1238 Value *NegVal = ConstantExpr::getNeg(C); in visitCallInst()
|
| H A D | InstCombineCompares.cpp | 1755 ConstantExpr::getNeg(cast<Constant>(And->getOperand(1))); in foldICmpAndConstConst() 2659 ConstantExpr::getNeg(cast<Constant>(Y))); in foldICmpAddConstant() 2666 ConstantExpr::getNeg(cast<Constant>(Y))); in foldICmpAddConstant() 4003 ConstantExpr::getNeg(RHSC)); in foldICmpBinOp()
|
| H A D | InstCombineSelect.cpp | 1336 auto *ThresholdLowIncl = ConstantExpr::getNeg(C1); in canonicalizeClampLike()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Constants.h | 973 static Constant *getNeg(Constant *C, bool HasNUW = false, 1020 static Constant *getNSWNeg(Constant *C) { return getNeg(C, false, true); } 1021 static Constant *getNUWNeg(Constant *C) { return getNeg(C, true, false); }
|
| H A D | ConstantFolder.h | 129 return ConstantExpr::getNeg(C, HasNUW, HasNSW);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 123 return Fold(ConstantExpr::getNeg(C, HasNUW, HasNSW));
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIPeepholeSDWA.cpp | 133 bool getNeg() const { return Neg; } in getNeg() function in __anon082413db0111::SDWASrcOperand 225 << " abs:" << getAbs() << " neg:" << getNeg() in print()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | LowerSwitch.cpp | 185 Constant *NegLo = ConstantExpr::getNeg(Leaf.Low); in NewLeafBlock()
|
| H A D | SimplifyCFG.cpp | 4938 Constant *Offset = ConstantExpr::getNeg(ContiguousCases->back()); in TurnSwitchRangeIntoICmp()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | Reassociate.cpp | 821 ConstantExpr::getNeg(C); in NegateValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 1320 Step = ConstantExpr::getNeg(Step); in matchIncrement() 1410 Arg1 = ConstantExpr::getNeg(cast<Constant>(Arg1)); in replaceMathCmpWithIntrinsic()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Constants.cpp | 2659 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg() function in ConstantExpr
|
| H A D | Core.cpp | 1517 return wrap(ConstantExpr::getNeg(unwrap<Constant>(ConstantVal))); in LLVMConstNeg()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1067 See the method [llvm::ConstantExpr::getNeg]. *)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 3944 cast<ConstantInt>(ConstantExpr::getNeg(VC->getValue()))); in getNegativeSCEV()
|