Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4391 unsigned KnownZeroBits = InnerZExt.getValueType().getSizeInBits() - in visitZERO_EXTEND() local
4393 if (ShAmtVal > KnownZeroBits) in visitZERO_EXTEND()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6550 unsigned KnownZeroBits = InnerZExt.getValueType().getSizeInBits() - in visitZERO_EXTEND() local
6552 if (ShAmtVal > KnownZeroBits) in visitZERO_EXTEND()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8827 unsigned KnownZeroBits = InnerZExt.getValueSizeInBits() - in visitZERO_EXTEND() local
8829 if (ShAmtVal > KnownZeroBits) in visitZERO_EXTEND()