Home
last modified time | relevance | path

Searched refs:highBitSet (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp502 bool highBitSet = false; // Transform if high bit of constant set? in FoldShiftByConstant() local
511 highBitSet = false; in FoldShiftByConstant()
514 highBitSet = true; in FoldShiftByConstant()
525 isValid = Op0C->getValue()[TypeBits-1] == highBitSet; in FoldShiftByConstant()