Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineShifts.cpp68 static bool CanEvaluateShifted(Value *V, unsigned NumBits, bool isLeftShift, in CanEvaluateShifted()
183 static Value *GetShiftedValue(Value *V, unsigned NumBits, bool isLeftShift, in GetShiftedValue()
313 bool isLeftShift = I.getOpcode() == Instruction::Shl; in FoldShiftByConstant() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp188 static Value *GetShiftedValue(Value *V, unsigned NumBits, bool isLeftShift, in GetShiftedValue()
324 bool isLeftShift = I.getOpcode() == Instruction::Shl; in FoldShiftByConstant() local