Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp975 APInt SrcDemandedBits = DemandedBits.zextOrSelf(SrcBitWidth); in SimplifyDemandedBits() local
2474 APInt SrcDemandedBits = APInt::getNullValue(SrcEltSizeInBits); in SimplifyDemandedVectorElts() local
H A DSelectionDAG.cpp2410 APInt SrcDemandedBits = DemandedBits << Amt; in GetDemandedBits() local