Home
last modified time | relevance | path

Searched defs:isLeftShift (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp94 bool isLeftShift() const { return Op->getOpcode() == BO_Shl; } in isLeftShift() function in __anon61c48b6b0111::BitwiseShiftValidator
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp688 getShiftedValue(Value * V,unsigned NumBits,bool isLeftShift,InstCombinerImpl & IC,const DataLayout & DL) getShiftedValue() argument