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.cpp1191 KnownBits KnownScl; in SimplifyDemandedBits() local
1192 if (SimplifyDemandedBits(Scl, DemandedSclBits, KnownScl, TLO, Depth + 1)) in SimplifyDemandedBits()
1197 Known = KnownScl.trunc(BitWidth); in SimplifyDemandedBits()
1235 KnownBits KnownScl; in SimplifyDemandedBits() local
1238 if (SimplifyDemandedBits(Scl, DemandedSclBits, KnownScl, TLO, Depth + 1)) in SimplifyDemandedBits()
1241 Known = KnownScl.anyextOrTrunc(BitWidth); in SimplifyDemandedBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42931 KnownBits KnownScl; in SimplifyDemandedBitsForTargetNode() local
42934 if (SimplifyDemandedBits(Scl, DemandedSclBits, KnownScl, TLO, Depth + 1)) in SimplifyDemandedBitsForTargetNode()
42937 KnownScl = KnownScl.trunc(VecVT.getScalarSizeInBits()); in SimplifyDemandedBitsForTargetNode()
42938 Known = KnownVec.intersectWith(KnownScl); in SimplifyDemandedBitsForTargetNode()