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

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 80 Constant *CreateURem(Constant *LHS, Constant *RHS) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 66 Constant *CreateURem(Constant *LHS, Constant *RHS) const {
NoFolder.h 109 Instruction *CreateURem(Constant *LHS, Constant *RHS) const {
110 return BinaryOperator::CreateURem(LHS, RHS);
IRBuilder.h     [all...]

Completed in 1105 milliseconds