Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6745 if (OpSizeInBits > 16) { in MatchBSwapHWordLow()
6765 if (OpSizeInBits > 16) { in MatchBSwapHWordLow()
9194 return (c1 + c2).uge(OpSizeInBits); in visitSHL()
9204 return (c1 + c2).ult(OpSizeInBits); in visitSHL()
9233 (c1 + c2).uge(OpSizeInBits); in visitSHL()
9246 (c1 + c2).ult(OpSizeInBits); in visitSHL()
9290 return LHSC.ult(OpSizeInBits) && RHSC.ult(OpSizeInBits) && in visitSHL()
9573 Sum.uge(OpSizeInBits) ? (OpSizeInBits - 1) : Sum.getZExtValue(); in visitSRA()
9769 return (c1 + c2).uge(OpSizeInBits); in visitSRL()
9835 return LHSC.ult(OpSizeInBits) && RHSC.ult(OpSizeInBits) && in visitSRL()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17207 unsigned OpSizeInBits = VT.getScalarSizeInBits(); in stripModuloOnShift() local
17228 if (Mask->getZExtValue() == OpSizeInBits - 1) in stripModuloOnShift()