Searched defs:IsSignExt (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMISelLowering.cpp | 14173 auto IsSignExt = [&](SDValue Op) { PerformMVEVMULLCombine() local |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | DAGCombiner.cpp | 10207 bool IsSignExt = LeftOp.getOpcode() == ISD::SIGN_EXTEND; combineShiftToMULH() local |