Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DNoFolder.h169 Instruction *CreateFNeg(Constant *C) const { in CreateFNeg() function
170 return BinaryOperator::CreateFNeg(C); in CreateFNeg()
H A DConstantFolder.h110 Constant *CreateFNeg(Constant *C) const { in CreateFNeg() function
H A DInstrTypes.h294 static BinaryOperator *CreateFNeg(Value *Op, const Twine &Name = "",
296 static BinaryOperator *CreateFNeg(Value *Op, const Twine &Name,
H A DIRBuilder.h933 Value *CreateFNeg(Value *V, const Twine &Name = "",
936 return Insert(Folder.CreateFNeg(VC), Name);
937 return Insert(AddFPMathAttributes(BinaryOperator::CreateFNeg(V),
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp509 ResR = Builder.CreateFNeg(Op.first, "neg.r"); in VisitUnaryMinus()
510 ResI = Builder.CreateFNeg(Op.second, "neg.i"); in VisitUnaryMinus()
525 ResI = Builder.CreateFNeg(Op.second, "conj.i"); in VisitUnaryNot()
559 : Builder.CreateFNeg(Op.RHS.second, "sub.i"); in EmitBinSub()
H A DCGBuiltin.cpp4749 Ops[1] = Builder.CreateFNeg(Ops[1]); in EmitAArch64BuiltinExpr()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h122 Constant *CreateFNeg(Constant *C) const { in CreateFNeg() function
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1052 NegVal = Builder->CreateFNeg(SubOp->getOperand(1)); in visitSelectInst()
H A DInstCombineMulDivRem.cpp659 Value *Neg = Builder->CreateFNeg(T); in visitFMul()
H A DInstCombineAddSub.cpp1705 Instruction *NewI = BinaryOperator::CreateFNeg(Op1); in visitFSub()
H A DInstCombineCasts.cpp1290 Instruction *RI = BinaryOperator::CreateFNeg(InnerTrunc); in visitFPTrunc()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp1900 BinaryOperator *BinaryOperator::CreateFNeg(Value *Op, const Twine &Name, in CreateFNeg() function in BinaryOperator
1907 BinaryOperator *BinaryOperator::CreateFNeg(Value *Op, const Twine &Name, in CreateFNeg() function in BinaryOperator
H A DCore.cpp2425 return wrap(unwrap(B)->CreateFNeg(unwrap(V), Name)); in LLVMBuildFNeg()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp381 BinaryOperator *Res = BinaryOperator::CreateFNeg(S1, Name, InsertBefore); in CreateNeg()
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1428 func (b Builder) CreateFNeg(v Value, name string) (rv Value) { func
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2212 See the method [llvm::LLVMBuilder::CreateFNeg]. *)