Home
last modified time | relevance | path

Searched defs:DemandedVecElts (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp1830 APInt DemandedVecElts = DemandedElts; in computeKnownBitsFromOperator() local
1850 APInt DemandedVecElts = APInt::getAllOnes(NumElts); in computeKnownBitsFromOperator() local
2714 APInt DemandedVecElts = APInt::getAllOnes(NumElts); in isKnownNonZero() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1177 APInt DemandedVecElts(DemandedElts); in SimplifyDemandedBits() local
3149 APInt DemandedVecElts(DemandedElts); in SimplifyDemandedVectorElts() local
H A DSelectionDAG.cpp3727 APInt DemandedVecElts = DemandedElts; in computeKnownBits() local
4384 APInt DemandedVecElts = DemandedElts; in ComputeNumSignBits() local
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42945 APInt DemandedVecElts = APInt::getOneBitSet(NumVecElts, Idx); in SimplifyDemandedBitsForTargetNode() local
42978 APInt DemandedVecElts(OriginalDemandedElts); in SimplifyDemandedBitsForTargetNode() local