Searched defs:IsFshl (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ | ||
H A D | AggressiveInstCombine.cpp | 144 bool IsFshl = IID == Intrinsic::fshl; foldGuardedFunnelShift() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineCasts.cpp | 503 bool IsFshl = true; // Sub on LSHR. narrowFunnelShift() local |
H A D | InstCombineSelect.cpp | 2336 bool IsFshl = (ShAmt == SA0); foldSelectFunnelShift() local |
H A D | InstCombineAndOrXor.cpp | 2741 bool IsFshl = true; // Sub on LSHR. matchFunnelShift() local |