HomeSort by relevance Sort by last modified time
    Searched defs:CreateFSub (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Support/
ConstantFolder.h 45 Constant *CreateFSub(Constant *LHS, Constant *RHS) const {
NoFolder.h 69 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const {
70 return BinaryOperator::CreateFSub(LHS, RHS);
TargetFolder.h 61 Constant *CreateFSub(Constant *LHS, Constant *RHS) const {
  /external/llvm/include/llvm/IR/
IRBuilder.h 609 Value *CreateFSub(Value *LHS, Value *RHS, const Twine &Name = "",
613 return Insert(Folder.CreateFSub(LC, RC), Name);
614 return Insert(AddFPMathAttributes(BinaryOperator::CreateFSub(LHS, RHS),
    [all...]

Completed in 5124 milliseconds