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

  /external/llvm/include/llvm/Support/
ConstantFolder.h 38 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const {
NoFolder.h 53 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const {
54 return BinaryOperator::CreateFAdd(LHS, RHS);
TargetFolder.h 54 Constant *CreateFAdd(Constant *LHS, Constant *RHS) const {
  /external/llvm/include/llvm/IR/
IRBuilder.h 584 Value *CreateFAdd(Value *LHS, Value *RHS, const Twine &Name = "",
588 return Insert(Folder.CreateFAdd(LC, RC), Name);
589 return Insert(AddFPMathAttributes(BinaryOperator::CreateFAdd(LHS, RHS),
    [all...]

Completed in 65 milliseconds