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

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 61 Constant *CreateFSub(Constant *LHS, Constant *RHS) const {
  /external/llvm/include/llvm/IR/
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);
IRBuilder.h 668 Value *CreateFSub(Value *LHS, Value *RHS, const Twine &Name = "",
672 return Insert(Folder.CreateFSub(LC, RC), Name);
673 return Insert(AddFPMathAttributes(BinaryOperator::CreateFSub(LHS, RHS),
    [all...]

Completed in 273 milliseconds