Home
last modified time | relevance | path

Searched refs:KnownIdx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5334 KnownBits KnownIdx = computeKnownBits(Idx, Depth + 1); in canCreateUndefOrPoison() local
5335 return KnownIdx.getMaxValue().uge(VecVT.getVectorMinNumElements()); in canCreateUndefOrPoison()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp37305 KnownBits KnownIdx = DAG.computeKnownBits(Idx, DemandedElts, Depth + 1); in computeKnownBitsForTargetNode() local
37306 if (KnownIdx.isNonNegative()) in computeKnownBitsForTargetNode()