Searched defs:isLeftShift (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ | ||
H A D | BitwiseShiftChecker.cpp | 94 bool isLeftShift() const { return Op->getOpcode() == BO_Shl; } in isLeftShift() function in __anon61c48b6b0111::BitwiseShiftValidator |
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineShifts.cpp | 688 getShiftedValue(Value * V,unsigned NumBits,bool isLeftShift,InstCombinerImpl & IC,const DataLayout & DL) getShiftedValue() argument |