Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1552 unsigned ShiftOpcode = Shift->getOpcode(); in foldICmpAndShift() local
1553 bool IsShl = ShiftOpcode == Instruction::Shl; in foldICmpAndShift()
1557 if (ShiftOpcode == Instruction::Shl) { in foldICmpAndShift()
1565 bool IsAshr = ShiftOpcode == Instruction::AShr; in foldICmpAndShift()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8595 auto ShiftOpcode = N->getOpcode() == ISD::SIGN_EXTEND ? ISD::SRA : ISD::SRL; in foldExtendedSignBitTest() local
8596 return DAG.getNode(ShiftOpcode, DL, VT, NotX, ShiftAmount); in foldExtendedSignBitTest()