Searched refs:getURem (Results 1 – 7 of 7) sorted by relevance
92 EXPECT_EQ(Zero, ConstantExpr::getURem(NegOne, One)); in TEST()
67 return ConstantExpr::getURem(LHS, RHS); in CreateURem()
81 return Fold(ConstantExpr::getURem(LHS, RHS)); in CreateURem()
858 static Constant *getURem(Constant *C1, Constant *C2);
822 return wrap(ConstantExpr::getURem(unwrap<Constant>(LHSConstant), in LLVMConstURem()
1969 Constant *ConstantExpr::getURem(Constant *C1, Constant *C2) { in getURem() function in ConstantExpr
899 See the method [llvm::ConstantExpr::getURem]. *)