Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1246 KnownBits KnownScl; in SimplifyDemandedBits() local
1247 if (SimplifyDemandedBits(Scl, DemandedSclBits, KnownScl, TLO, Depth + 1)) in SimplifyDemandedBits()
1252 Known = KnownScl.trunc(BitWidth); in SimplifyDemandedBits()
1290 KnownBits KnownScl; in SimplifyDemandedBits() local
1293 if (SimplifyDemandedBits(Scl, DemandedSclBits, KnownScl, TLO, Depth + 1)) in SimplifyDemandedBits()
1296 Known = KnownScl.anyextOrTrunc(BitWidth); in SimplifyDemandedBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44719 KnownBits KnownScl; in SimplifyDemandedBitsForTargetNode() local
44722 if (SimplifyDemandedBits(Scl, DemandedSclBits, KnownScl, TLO, Depth + 1)) in SimplifyDemandedBitsForTargetNode()
44725 KnownScl = KnownScl.trunc(VecVT.getScalarSizeInBits()); in SimplifyDemandedBitsForTargetNode()
44726 Known = KnownVec.intersectWith(KnownScl); in SimplifyDemandedBitsForTargetNode()