Searched refs:ShiftedVal (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3003 APInt ShiftedVal = C->getAPIntValue().lshr(Shift); local
3004 return getConstant(ShiftedVal.trunc(ElementSize), VT);

Completed in 768 milliseconds