Home
last modified time | relevance | path

Searched defs:SrcDemandedBits (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp864 APInt SrcDemandedBits = DemandedBits.zextOrSelf(SrcBitWidth); in SimplifyDemandedBits() local
2229 APInt SrcDemandedBits = APInt::getNullValue(SrcEltSizeInBits); in SimplifyDemandedVectorElts() local
DSelectionDAG.cpp2208 APInt SrcDemandedBits = DemandedBits << Amt; in GetDemandedBits() local
2235 APInt SrcDemandedBits = DemandedBits.trunc(SrcBitWidth); in GetDemandedBits() local