Home
last modified time | relevance | path

Searched refs:IsRem (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp762 bool IsRem = Instr->getOpcode() == Instruction::URem; in expandUDivOrURem() local
770 Instr->replaceAllUsesWith(IsRem ? X : Constant::getNullValue(Ty)); in expandUDivOrURem()
807 if (IsRem) { in expandUDivOrURem()