Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4388 SDValue InnerZExt = N0.getOperand(0); in visitZERO_EXTEND() local
4391 unsigned KnownZeroBits = InnerZExt.getValueType().getSizeInBits() - in visitZERO_EXTEND()
4392 InnerZExt.getOperand(0).getValueType().getSizeInBits(); in visitZERO_EXTEND()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6547 SDValue InnerZExt = N0.getOperand(0); in visitZERO_EXTEND() local
6550 unsigned KnownZeroBits = InnerZExt.getValueType().getSizeInBits() - in visitZERO_EXTEND()
6551 InnerZExt.getOperand(0).getValueType().getSizeInBits(); in visitZERO_EXTEND()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8824 SDValue InnerZExt = N0.getOperand(0); in visitZERO_EXTEND() local
8827 unsigned KnownZeroBits = InnerZExt.getValueSizeInBits() - in visitZERO_EXTEND()
8828 InnerZExt.getOperand(0).getValueSizeInBits(); in visitZERO_EXTEND()