Home
last modified time | relevance | path

Searched refs:getZeroValueForNegation (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp1810 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNeg()
1818 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNeg()
1826 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNSWNeg()
1832 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNSWNeg()
1838 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNUWNeg()
1844 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNUWNeg()
1850 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateFNeg()
1858 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateFNeg()
DConstants.cpp526 Constant *ConstantFP::getZeroValueForNegation(Type* Ty) { in getZeroValueForNegation() function in ConstantFP
1764 return getSub(ConstantFP::getZeroValueForNegation(C->getType()), in getNeg()
1771 return getFSub(ConstantFP::getZeroValueForNegation(C->getType()), C); in getFNeg()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2005 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNeg()
2013 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNeg()
2021 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNSWNeg()
2027 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNSWNeg()
2033 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNUWNeg()
2039 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNUWNeg()
2045 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateFNeg()
2052 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateFNeg()
DConstants.cpp748 Constant *ConstantFP::getZeroValueForNegation(Type *Ty) { in getZeroValueForNegation() function in ConstantFP
2170 return getSub(ConstantFP::getZeroValueForNegation(C->getType()), in getNeg()
2177 return getFSub(ConstantFP::getZeroValueForNegation(C->getType()), C); in getFNeg()
/external/llvm/lib/IR/
DInstructions.cpp2159 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNeg()
2167 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNeg()
2175 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNSWNeg()
2181 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNSWNeg()
2187 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNUWNeg()
2193 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNUWNeg()
2199 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateFNeg()
2206 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateFNeg()
DConstants.cpp678 Constant *ConstantFP::getZeroValueForNegation(Type *Ty) { in getZeroValueForNegation() function in ConstantFP
2116 return getSub(ConstantFP::getZeroValueForNegation(C->getType()), in getNeg()
2123 return getFSub(ConstantFP::getZeroValueForNegation(C->getType()), C); in getFNeg()
/external/swiftshader/third_party/LLVM/include/llvm/
DConstants.h246 static Constant *getZeroValueForNegation(Type *Ty);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstants.h279 static Constant *getZeroValueForNegation(Type *Ty);
/external/llvm/include/llvm/IR/
DConstants.h268 static Constant *getZeroValueForNegation(Type *Ty);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp906 *cast<ConstantFP>(ConstantFP::getZeroValueForNegation(ZeroTy)); in lower()
DIRTranslator.cpp289 U.getOperand(0) == ConstantFP::getZeroValueForNegation(U.getType())) { in translateFSub()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1861 BinOp.LHS = llvm::ConstantFP::getZeroValueForNegation(BinOp.RHS->getType()); in VisitUnaryMinus()
2514 llvm::ConstantFP::getZeroValueForNegation(MulOp0->getType()), MulOp0, in buildFMulAdd()
2519 llvm::ConstantFP::getZeroValueForNegation(Addend->getType()), Addend, in buildFMulAdd()
DCGBuiltin.cpp586 ? llvm::ConstantFP::getZeroValueForNegation(Imag->getType()) in EmitBuiltinExpr()
7560 Value *Zero = llvm::ConstantFP::getZeroValueForNegation(ResultType); in EmitPPCBuiltinExpr()
7813 Value *Zero = llvm::ConstantFP::getZeroValueForNegation(ResultType); in EmitSystemZBuiltinExpr()
7826 Value *Zero = llvm::ConstantFP::getZeroValueForNegation(ResultType); in EmitSystemZBuiltinExpr()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp744 Value *Zero = cast<Value>(ConstantFP::getZeroValueForNegation(V->getType())); in createFNeg()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp754 Value *Zero = cast<Value>(ConstantFP::getZeroValueForNegation(V->getType())); in createFNeg()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2541 I.getOperand(0) == ConstantFP::getZeroValueForNegation(Ty)) { in visitFSub()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2457 I.getOperand(0) == ConstantFP::getZeroValueForNegation(Ty)) { in visitFSub()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2655 I.getOperand(0) == ConstantFP::getZeroValueForNegation(Ty)) { in visitFSub()