Home
last modified time | relevance | path

Searched defs:URem (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp63 Value *URem = Builder.CreateURem(UDividend, UDivisor); in generateSignedRemainderCode() local
H A DSimplifyIndVar.cpp342 auto *URem = BinaryOperator::Create(BinaryOperator::URem, N, D, in replaceSRemWithURem() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp800 auto *URem = in processSRem() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml198 | URem Constructor
H A Dllvm.mli222 | URem Constructor
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go150 URem Opcode = C.LLVMURem const