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

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 86 Constant *CreateFRem(Constant *LHS, Constant *RHS) const {
  /external/llvm/include/llvm/IR/
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);
IRBuilder.h     [all...]
  /external/llvm/bindings/go/llvm/
ir.go     [all...]

Completed in 164 milliseconds