OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNeg
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineNegator.cpp
150
return ConstantExpr::
getNeg
(cast<Constant>(V), /*HasNUW=*/false,
245
Builder.CreateSDiv(I->getOperand(0), ConstantExpr::
getNeg
(Op1C),
InstCombineMulDivRem.cpp
210
NegOp0, ConstantExpr::
getNeg
(cast<Constant>(Op1)), I.getName());
249
return BinaryOperator::CreateMul(X, ConstantExpr::
getNeg
(Op1C));
1126
Op1 = ConstantExpr::
getNeg
(cast<Constant>(Op1));
1198
Op0, ConstantExpr::
getNeg
(cast<Constant>(Op1)), I, *this)));
1576
Elts[i] = cast<ConstantInt>(ConstantExpr::
getNeg
(RHS));
InstructionCombining.cpp
906
return ConstantExpr::
getNeg
(C);
910
return ConstantExpr::
getNeg
(C);
924
return ConstantExpr::
getNeg
(CV);
InstCombineCompares.cpp
1755
ConstantExpr::
getNeg
(cast<Constant>(And->getOperand(1)));
2659
ConstantExpr::
getNeg
(cast<Constant>(Y)));
2666
ConstantExpr::
getNeg
(cast<Constant>(Y)));
4003
ConstantExpr::
getNeg
(RHSC));
InstCombineCalls.cpp
1191
Value *NegVal = ConstantExpr::
getNeg
(C);
1238
Value *NegVal = ConstantExpr::
getNeg
(C);
InstCombineSelect.cpp
1336
auto *ThresholdLowIncl = ConstantExpr::
getNeg
(C1);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ConstantFolder.h
129
return ConstantExpr::
getNeg
(C, HasNUW, HasNSW);
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); }
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetFolder.h
123
return Fold(ConstantExpr::
getNeg
(C, HasNUW, HasNSW));
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LowerSwitch.cpp
185
Constant *NegLo = ConstantExpr::
getNeg
(Leaf.Low);
SimplifyCFG.cpp
4938
Constant *Offset = ConstantExpr::
getNeg
(ContiguousCases->back());
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIPeepholeSDWA.cpp
133
bool
getNeg
() const { return Neg; }
225
<< " abs:" << getAbs() << " neg:" <<
getNeg
()
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Reassociate.cpp
821
ConstantExpr::
getNeg
(C);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp
1320
Step = ConstantExpr::
getNeg
(Step);
1410
Arg1 = ConstantExpr::
getNeg
(cast<Constant>(Arg1));
/src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp
2659
Constant *ConstantExpr::
getNeg
(Constant *C, bool HasNUW, bool HasNSW) {
Core.cpp
1517
return wrap(ConstantExpr::
getNeg
(unwrap<Constant>(ConstantVal)));
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli
1067
See the method [llvm::ConstantExpr::
getNeg
]. *)
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp
3944
cast<ConstantInt>(ConstantExpr::
getNeg
(VC->getValue())));
Completed in 110 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026