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

  /external/llvm/include/llvm/Support/
NoFolder.h 115 Instruction *CreateFRem(Constant *LHS, Constant *RHS) const {
116 return BinaryOperator::CreateFRem(LHS, RHS);
ConstantFolder.h 72 Constant *CreateFRem(Constant *LHS, Constant *RHS) const {
TargetFolder.h 86 Constant *CreateFRem(Constant *LHS, Constant *RHS) const {
  /external/mesa3d/src/glsl/
ir_to_llvm.cpp 672 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);
    [all...]
  /external/llvm/include/llvm/
IRBuilder.h 648 Value *CreateFRem(Value *LHS, Value *RHS, const Twine &Name = "",
652 return Insert(Folder.CreateFRem(LC, RC), Name);
653 return Insert(AddFPMathTag(BinaryOperator::CreateFRem(LHS, RHS),
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 55 milliseconds