Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp2348 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNeg()
2356 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNeg()
2364 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNSWNeg()
2370 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNSWNeg()
2376 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNUWNeg()
2382 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateNUWNeg()
2388 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateFNeg()
2395 Value *zero = ConstantFP::getZeroValueForNegation(Op->getType()); in CreateFNeg()
DConstants.cpp853 Constant *ConstantFP::getZeroValueForNegation(Type *Ty) { in getZeroValueForNegation() function in ConstantFP
2302 return getSub(ConstantFP::getZeroValueForNegation(C->getType()), in getNeg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h278 static Constant *getZeroValueForNegation(Type *Ty);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp666 Value *Zero = cast<Value>(ConstantFP::getZeroValueForNegation(V->getType())); in createFNeg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp310 U.getOperand(0) == ConstantFP::getZeroValueForNegation(U.getType())) { in translateFSub()
DLegalizerHelper.cpp2030 *cast<ConstantFP>(ConstantFP::getZeroValueForNegation(ZeroTy)); in lower()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2996 I.getOperand(0) == ConstantFP::getZeroValueForNegation(Ty)) { in visitFSub()