Home
last modified time | relevance | path

Searched refs:CreateFNeg (Results 1 – 12 of 12) sorted by relevance

/trueos/contrib/llvm/include/llvm/Support/
HDNoFolder.h169 Instruction *CreateFNeg(Constant *C) const { in CreateFNeg() function
170 return BinaryOperator::CreateFNeg(C); in CreateFNeg()
HDConstantFolder.h110 Constant *CreateFNeg(Constant *C) const { in CreateFNeg() function
HDTargetFolder.h122 Constant *CreateFNeg(Constant *C) const { in CreateFNeg() function
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprComplex.cpp502 ResR = Builder.CreateFNeg(Op.first, "neg.r"); in VisitUnaryMinus()
503 ResI = Builder.CreateFNeg(Op.second, "neg.i"); in VisitUnaryMinus()
518 ResI = Builder.CreateFNeg(Op.second, "conj.i"); in VisitUnaryNot()
HDCGBuiltin.cpp3606 Ops[1] = Builder.CreateFNeg(Ops[1]); in EmitAArch64BuiltinExpr()
/trueos/contrib/llvm/include/llvm/IR/
HDInstrTypes.h299 static BinaryOperator *CreateFNeg(Value *Op, const Twine &Name = "",
301 static BinaryOperator *CreateFNeg(Value *Op, const Twine &Name,
HDIRBuilder.h857 Value *CreateFNeg(Value *V, const Twine &Name = "", MDNode *FPMathTag = 0) {
859 return Insert(Folder.CreateFNeg(VC), Name);
860 return Insert(AddFPMathAttributes(BinaryOperator::CreateFNeg(V),
/trueos/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineSelect.cpp903 NegVal = Builder->CreateFNeg(SubOp->getOperand(1)); in visitSelectInst()
HDInstCombineMulDivRem.cpp524 Value *Neg = Builder->CreateFNeg(T); in visitFMul()
HDInstCombineCasts.cpp1228 return BinaryOperator::CreateFNeg(InnerTrunc); in visitFPTrunc()
/trueos/contrib/llvm/lib/IR/
HDInstructions.cpp1890 BinaryOperator *BinaryOperator::CreateFNeg(Value *Op, const Twine &Name, in CreateFNeg() function in BinaryOperator
1897 BinaryOperator *BinaryOperator::CreateFNeg(Value *Op, const Twine &Name, in CreateFNeg() function in BinaryOperator
HDCore.cpp2165 return wrap(unwrap(B)->CreateFNeg(unwrap(V), Name)); in LLVMBuildFNeg()