Searched refs:CreateFSub (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DNoFolder.h69 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const { function in class:llvm::NoFolder
70 return BinaryOperator::CreateFSub(LHS, RHS);
H A DConstantFolder.h45 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { function in class:llvm::ConstantFolder
H A DTargetFolder.h61 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { function in class:llvm::TargetFolder
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp541 ResR = Builder.CreateFSub(Op.LHS.first, Op.RHS.first, "sub.r");
542 ResI = Builder.CreateFSub(Op.LHS.second, Op.RHS.second, "sub.i");
558 ResR = Builder.CreateFSub(ResRl, ResRr, "mul.r");
593 llvm::Value *Tmp9 = Builder.CreateFSub(Tmp7, Tmp8); // bc-ad
H A DCGExprScalar.cpp2386 Builder.CreateFSub(
2391 Builder.CreateFSub(
2502 return Builder.CreateFSub(op.LHS, op.RHS, "sub");
H A DCGBuiltin.cpp267 Imag = Builder.CreateFSub(Zero, Imag, "sub");
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp741 Value *V = Builder->CreateFSub(Opnd0, Opnd1);
1202 return BinaryOperator::CreateFSub(RHS, LHSV);
1207 return BinaryOperator::CreateFSub(LHS, V);
H A DInstCombineMulDivRem.cpp468 : BinaryOperator::CreateFSub(M0, M1);
499 Value *FSub = Builder->CreateFSub(FMulVal, OpX);
H A DInstCombineSimplifyDemanded.cpp1256 TmpV = InsertNewInstWith(BinaryOperator::CreateFSub(LHS, RHS,
/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h651 Value *CreateFSub(Value *LHS, Value *RHS, const Twine &Name = "", function in class:llvm::IRBuilder
655 return Insert(Folder.CreateFSub(LC, RC), Name);
656 return Insert(AddFPMathAttributes(BinaryOperator::CreateFSub(LHS, RHS),
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DCore.cpp2055 return wrap(unwrap(B)->CreateFSub(unwrap(LHS), unwrap(RHS), Name));

Completed in 257 milliseconds