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

/external/llvm/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
/external/llvm/include/llvm/IR/
H A DInstrTypes.h299 static BinaryOperator *CreateFNeg(Value *Op, const Twine &Name = "",
301 static BinaryOperator *CreateFNeg(Value *Op, const Twine &Name,
H A DIRBuilder.h815 Value *CreateFNeg(Value *V, const Twine &Name = "", MDNode *FPMathTag = 0) { function in class:llvm::IRBuilder
817 return Insert(Folder.CreateFNeg(VC), Name);
818 return Insert(AddFPMathAttributes(BinaryOperator::CreateFNeg(V),
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp498 ResR = Builder.CreateFNeg(Op.first, "neg.r");
499 ResI = Builder.CreateFNeg(Op.second, "neg.i");
514 ResI = Builder.CreateFNeg(Op.second, "conj.i");
H A DCGBuiltin.cpp1872 Ops[1] = Builder.CreateFNeg(Ops[1]);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp903 NegVal = Builder->CreateFNeg(SubOp->getOperand(1));
H A DInstCombineCasts.cpp1228 return BinaryOperator::CreateFNeg(InnerTrunc);
H A DInstCombineMulDivRem.cpp520 Instruction *Neg = BinaryOperator::CreateFNeg(T);
/external/llvm/lib/IR/
H A DInstructions.cpp1890 BinaryOperator *BinaryOperator::CreateFNeg(Value *Op, const Twine &Name, function in class:BinaryOperator
1897 BinaryOperator *BinaryOperator::CreateFNeg(Value *Op, const Twine &Name, function in class:BinaryOperator
H A DCore.cpp2108 return wrap(unwrap(B)->CreateFNeg(unwrap(V), Name));
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2031 See the method [llvm::LLVMBuilder::CreateFNeg]. *)

Completed in 273 milliseconds