Searched refs:CreateFRem (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/Support/
H A DNoFolder.h115 Instruction *CreateFRem(Constant *LHS, Constant *RHS) const { function in class:llvm::NoFolder
116 return BinaryOperator::CreateFRem(LHS, RHS);
H A DConstantFolder.h72 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { function in class:llvm::ConstantFolder
H A DTargetFolder.h86 Constant *CreateFRem(Constant *LHS, Constant *RHS) const { function in class:llvm::TargetFolder
/external/mesa3d/src/glsl/
H A Dir_to_llvm.cpp672 return bld.CreateFRem(ops[0], ops[1]);
813 return bld.CreateFSub(ops[0], bld.CreateFRem(ops[0], one));
820 return bld.CreateFAdd(bld.CreateFSub(ops[0], bld.CreateFRem(ops[0], one)), one);
827 return bld.CreateFRem(ops[0], one);
/external/llvm/include/llvm/
H A DIRBuilder.h648 Value *CreateFRem(Value *LHS, Value *RHS, const Twine &Name = "", function in class:llvm::IRBuilder
652 return Insert(Folder.CreateFRem(LC, RC), Name);
653 return Insert(AddFPMathTag(BinaryOperator::CreateFRem(LHS, RHS),
/external/llvm/lib/VMCore/
H A DCore.cpp1947 return wrap(unwrap(B)->CreateFRem(unwrap(LHS), unwrap(RHS), Name));
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1957 See the method [llvm::LLVMBuilder::CreateFRem]. *)

Completed in 242 milliseconds