Searched refs:UndefVal (Results 1 – 6 of 6) sorted by relevance
49 LatticeVal UndefVal, OverdefinedVal, UntrackedVal;54 UndefVal = undefVal; in AbstractLatticeFunction()61 LatticeVal getUndefVal() const { return UndefVal; } in getUndefVal()207 if (V == UndefVal) in PrintLatticeVal()
469 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType()); in ExpandOp_SCALAR_TO_VECTOR() local471 Ops[i] = UndefVal; in ExpandOp_SCALAR_TO_VECTOR()
5125 SDValue UndefVal = DAG.getUNDEF(MaxVT); in CollectOpsToWiden() local5127 ConcatOps[j] = UndefVal; in CollectOpsToWiden()5906 SDValue UndefVal = DAG.getUNDEF(InVT); in WidenVecRes_CONCAT_VECTORS() local5911 Ops[i] = UndefVal; in WidenVecRes_CONCAT_VECTORS()5964 SDValue UndefVal = DAG.getUNDEF(EltVT); in WidenVecRes_CONCAT_VECTORS() local5966 Ops[Idx] = UndefVal; in WidenVecRes_CONCAT_VECTORS()6047 SDValue UndefVal = DAG.getUNDEF(EltVT); in WidenVecRes_EXTRACT_SUBVECTOR() local6049 Ops[i] = UndefVal; in WidenVecRes_EXTRACT_SUBVECTOR()7993 SDValue UndefVal = DAG.getUNDEF(*FirstVT); in GenWidenVectorLoads() local7996 ConcatOps[i] = UndefVal; in GenWidenVectorLoads()[all …]
4150 SDValue UndefVal = DAG.getUNDEF(SrcVT); in visitShuffleVector() local4152 SmallVector<SDValue, 8> MOps1(NumConcat, UndefVal); in visitShuffleVector()4153 SmallVector<SDValue, 8> MOps2(NumConcat, UndefVal); in visitShuffleVector()
202 UndefVal, // A UndefValue representing a value from dead block (which enumerator245 Res.Kind = ValType::UndefVal; in getUndef()263 bool isUndefValue() const { return Kind == ValType::UndefVal; } in isUndefValue()
8055 SDValue UndefVal = DAG.getPOISON(SValVT); in lowerSCALAR_TO_VECTOR() local8061 VElts.push_back(UndefVal); in lowerSCALAR_TO_VECTOR()