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

  /external/llvm/include/llvm/Support/
ConstantFolder.h 72 Constant *CreateFRem(Constant *LHS, Constant *RHS) const {
NoFolder.h 115 Instruction *CreateFRem(Constant *LHS, Constant *RHS) const {
116 return BinaryOperator::CreateFRem(LHS, RHS);
TargetFolder.h 86 Constant *CreateFRem(Constant *LHS, Constant *RHS) const {
  /external/llvm/include/llvm/IR/
IRBuilder.h 683 Value *CreateFRem(Value *LHS, Value *RHS, const Twine &Name = "",
687 return Insert(Folder.CreateFRem(LC, RC), Name);
688 return Insert(AddFPMathAttributes(BinaryOperator::CreateFRem(LHS, RHS),
    [all...]

Completed in 55 milliseconds