Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp15707 SDValue VOp0 = V.getOperand(0); in getCondAfterTruncWithZeroHighBitsInput() local
15708 if (VOp0.getOpcode() == ISD::AssertZext && in getCondAfterTruncWithZeroHighBitsInput()
15710 cast<VTSDNode>(VOp0.getOperand(1))->getVT().getSizeInBits()) in getCondAfterTruncWithZeroHighBitsInput()
15711 return VOp0.getOperand(0); in getCondAfterTruncWithZeroHighBitsInput()
15713 unsigned InBits = VOp0.getValueSizeInBits(); in getCondAfterTruncWithZeroHighBitsInput()
15715 if (DAG.MaskedValueIsZero(VOp0, APInt::getHighBitsSet(InBits,InBits-Bits))) in getCondAfterTruncWithZeroHighBitsInput()