Home
last modified time | relevance | path

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

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