Searched refs:CreateFNeg (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DNoFolder.h169 Instruction *CreateFNeg(Constant *C) const { function in class:llvm::NoFolder
170 return BinaryOperator::CreateFNeg(C);
H A DConstantFolder.h110 Constant *CreateFNeg(Constant *C) const { function in class:llvm::ConstantFolder
H A DTargetFolder.h122 Constant *CreateFNeg(Constant *C) const { function in class:llvm::TargetFolder
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DInstrTypes.h301 static BinaryOperator *CreateFNeg(Value *Op, const Twine &Name = "",
303 static BinaryOperator *CreateFNeg(Value *Op, const Twine &Name,
H A DIRBuilder.h783 Value *CreateFNeg(Value *V, const Twine &Name = "", MDNode *FPMathTag = 0) { function in class:llvm::IRBuilder
785 return Insert(Folder.CreateFNeg(VC), Name);
786 return Insert(AddFPMathTag(BinaryOperator::CreateFNeg(V), FPMathTag), Name);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp831 NegVal = Builder->CreateFNeg(SubOp->getOperand(1));
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DInstructions.cpp1883 BinaryOperator *BinaryOperator::CreateFNeg(Value *Op, const Twine &Name, function in class:BinaryOperator
1890 BinaryOperator *BinaryOperator::CreateFNeg(Value *Op, const Twine &Name, function in class:BinaryOperator
H A DCore.cpp2015 return wrap(unwrap(B)->CreateFNeg(unwrap(V), Name));
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli2031 See the method [llvm::LLVMBuilder::CreateFNeg]. *)

Completed in 174 milliseconds