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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp792 EVT ExVT = cast<VTSDNode>(Op.getOperand(1))->getVT(); local
797 unsigned ShAmt = ExVT.getScalarType().getSizeInBits();
815 BitWidth - ExVT.getScalarType().getSizeInBits());
822 APInt::getSignBit(ExVT.getScalarType().getSizeInBits()).zext(BitWidth);
825 ExVT.getScalarType().getSizeInBits()) &
843 TLO.DAG.getZeroExtendInReg(Op.getOperand(0),dl,ExVT));

Completed in 70 milliseconds