| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | NoFolder.h | 169 Instruction *CreateFNeg(Constant *C) const { in CreateFNeg() function 170 return BinaryOperator::CreateFNeg(C); in CreateFNeg()
|
| H A D | ConstantFolder.h | 110 Constant *CreateFNeg(Constant *C) const { in CreateFNeg() function
|
| H A D | InstrTypes.h | 294 static BinaryOperator *CreateFNeg(Value *Op, const Twine &Name = "", 296 static BinaryOperator *CreateFNeg(Value *Op, const Twine &Name,
|
| H A D | IRBuilder.h | 933 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 D | CGExprComplex.cpp | 509 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 D | CGBuiltin.cpp | 4749 Ops[1] = Builder.CreateFNeg(Ops[1]); in EmitAArch64BuiltinExpr()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 122 Constant *CreateFNeg(Constant *C) const { in CreateFNeg() function
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSelect.cpp | 1052 NegVal = Builder->CreateFNeg(SubOp->getOperand(1)); in visitSelectInst()
|
| H A D | InstCombineMulDivRem.cpp | 659 Value *Neg = Builder->CreateFNeg(T); in visitFMul()
|
| H A D | InstCombineAddSub.cpp | 1705 Instruction *NewI = BinaryOperator::CreateFNeg(Op1); in visitFSub()
|
| H A D | InstCombineCasts.cpp | 1290 Instruction *RI = BinaryOperator::CreateFNeg(InnerTrunc); in visitFPTrunc()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | Instructions.cpp | 1900 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 D | Core.cpp | 2425 return wrap(unwrap(B)->CreateFNeg(unwrap(V), Name)); in LLVMBuildFNeg()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | Reassociate.cpp | 381 BinaryOperator *Res = BinaryOperator::CreateFNeg(S1, Name, InsertBefore); in CreateNeg()
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | ir.go | 1428 func (b Builder) CreateFNeg(v Value, name string) (rv Value) { func
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 2212 See the method [llvm::LLVMBuilder::CreateFNeg]. *)
|