Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3125 EVT ShiftAmountTy = TLI.getShiftAmountTy(VT); in ExpandNode() local
3127 ShiftAmountTy = VT; in ExpandNode()
3130 SDValue ShiftCst = DAG.getConstant(BitsDiff, ShiftAmountTy); in ExpandNode()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7897 EVT ShiftAmountTy = getShiftAmountTy(N->getValueType(0)); in DAGCombineExtBoolTrunc() local
7899 DAG.getConstant(N->getValueSizeInBits(0)-PromBits, ShiftAmountTy); in DAGCombineExtBoolTrunc()