Home
last modified time | relevance | path

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

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