Searched defs:IsFshl (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ | ||
H A D | AggressiveInstCombine.cpp | 151 bool IsFshl = IID == Intrinsic::fshl; foldGuardedFunnelShift() local |
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineCasts.cpp | 511 bool IsFshl = true; // Sub on LSHR. narrowFunnelShift() local |
H A D | InstCombineSelect.cpp | 2477 bool IsFshl = (ShAmt == SA0); foldSelectFunnelShift() local |
H A D | InstCombineAndOrXor.cpp | 2814 bool IsFshl = true; // Sub on LSHR. convertOrOfShiftsToFunnelShift() local |