Searched defs:KnownUndef (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2944 APInt KnownUndef, KnownZero; local
2986 APInt KnownUndef = APInt::getZero(NumElts); local
3003 SimplifyDemandedVectorElts( SDValue Op, const APInt &OriginalDemandedElts, APInt &KnownUndef, APInt &KnownZero, TargetLoweringOpt &TLO, unsigned Depth, bool AssumeSingleUse) const argument
3723 SimplifyDemandedVectorEltsForTargetNode( SDValue Op, const APInt &DemandedElts, APInt &KnownUndef, APInt &KnownZero, TargetLoweringOpt &TLO, unsigned Depth) const argument
[all...]
H A DDAGCombiner.cpp1490 APInt KnownUndef, KnownZero; local
[all...]

Completed in 293 milliseconds