Home
last modified time | relevance | path

Searched refs:isFNeg (Results 1 – 24 of 24) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp192 !BinaryOperator::isFNeg(I)) in getRank()
561 (Opcode == Instruction::FMul && BinaryOperator::isFNeg(BO))) { in LinearizeExprTree()
832 if (!BinaryOperator::isNeg(U) && !BinaryOperator::isFNeg(U)) in NegateValue()
877 if (BinaryOperator::isNeg(Sub) || BinaryOperator::isFNeg(Sub)) in ShouldBreakUpSubtract()
1440 if (!BinaryOperator::isNeg(TheOp) && !BinaryOperator::isFNeg(TheOp) && in OptimizeAdd()
1445 if (BinaryOperator::isNeg(TheOp) || BinaryOperator::isFNeg(TheOp)) in OptimizeAdd()
1456 (BinaryOperator::isNeg(TheOp) || BinaryOperator::isFNeg(TheOp))) in OptimizeAdd()
2043 } else if (BinaryOperator::isFNeg(I)) { in OptimizeInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp210 !BinaryOperator::isFNeg(I)) in getRank()
577 (Opcode == Instruction::FMul && BinaryOperator::isFNeg(BO))) { in LinearizeExprTree()
857 if (!BinaryOperator::isNeg(U) && !BinaryOperator::isFNeg(U)) in NegateValue()
902 if (BinaryOperator::isNeg(Sub) || BinaryOperator::isFNeg(Sub)) in ShouldBreakUpSubtract()
1463 if (!BinaryOperator::isNeg(TheOp) && !BinaryOperator::isFNeg(TheOp) && in OptimizeAdd()
1468 if (BinaryOperator::isNeg(TheOp) || BinaryOperator::isFNeg(TheOp)) in OptimizeAdd()
1479 (BinaryOperator::isNeg(TheOp) || BinaryOperator::isFNeg(TheOp))) in OptimizeAdd()
2085 } else if (BinaryOperator::isFNeg(I)) { in OptimizeInst()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombine.h43 BinaryOperator::isFNeg(V) || in getComplexity()
DInstructionCombining.cpp505 if (BinaryOperator::isFNeg(V)) in dyn_castFNegVal()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h314 static bool isFNeg(const Value *V);
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h54 if (BinaryOperator::isNeg(V) || BinaryOperator::isFNeg(V) || in getComplexity()
DInstCombineMulDivRem.cpp667 if (BinaryOperator::isFNeg(Opnd0, IgnoreZeroSign)) { in visitFMul()
DInstCombineCasts.cpp1363 if (BinaryOperator::isFNeg(OpI)) { in visitFPTrunc()
DInstructionCombining.cpp681 if (BinaryOperator::isFNeg(V, IgnoreZeroSign)) in dyn_castFNegVal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h83 BinaryOperator::isFNeg(V) || BinaryOperator::isNot(V)) in getComplexity()
DInstCombineCasts.cpp1592 if (BinaryOperator::isFNeg(OpI)) { in visitFPTrunc()
/external/llvm/include/llvm/IR/
DInstrTypes.h514 static bool isFNeg(const Value *V, bool IgnoreZeroSign=false);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstrTypes.h542 static bool isFNeg(const Value *V, bool IgnoreZeroSign=false);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFastISel.cpp890 if (BinaryOperator::isFNeg(I)) in SelectOperator()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1570 if (BinaryOperator::isFNeg(I)) in selectOperator()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1123 if ((BinaryOperator::isFNeg(Op0, /*IgnoreZeroSign=*/true) && in SimplifyFDivInst()
1125 (BinaryOperator::isFNeg(Op1, /*IgnoreZeroSign=*/true) && in SimplifyFDivInst()
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp956 if (BinaryOperator::isFNeg(Op1)) { in optimizeCos()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1775 if (BinaryOperator::isFNeg(I)) in selectOperator()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4479 if ((BinaryOperator::isFNeg(Op0, /*IgnoreZeroSign=*/true) && in SimplifyFDivInst()
4481 (BinaryOperator::isFNeg(Op1, /*IgnoreZeroSign=*/true) && in SimplifyFDivInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1090 if (BinaryOperator::isFNeg(Op1)) { in optimizeCos()
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp2528 } else if (BinaryOperator::isFNeg(&I)) { in visitBinaryOperator()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp1913 bool BinaryOperator::isFNeg(const Value *V) { in isFNeg() function in BinaryOperator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2086 bool BinaryOperator::isFNeg(const Value *V, bool IgnoreZeroSign) { in isFNeg() function in BinaryOperator
/external/llvm/lib/IR/
DInstructions.cpp2241 bool BinaryOperator::isFNeg(const Value *V, bool IgnoreZeroSign) { in isFNeg() function in BinaryOperator