Home
last modified time | relevance | path

Searched refs:VOp0 (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp18807 SDValue VOp0 = V.getOperand(0); in isTruncWithZeroHighBitsInput() local
18808 unsigned InBits = VOp0.getValueSizeInBits(); in isTruncWithZeroHighBitsInput()
18810 return DAG.MaskedValueIsZero(VOp0, APInt::getHighBitsSet(InBits,InBits-Bits)); in isTruncWithZeroHighBitsInput()