Home
last modified time | relevance | path

Searched defs:IsSRem (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp587 bool IsSRem = Bin->getOpcode() == Instruction::SRem; eliminateIVUser() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1895 bool IsSRem = I.getOpcode() == Instruction::SRem; simplifyIRemMulShl() local