Searched refs:UndefVal (Results 1 – 7 of 7) sorted by relevance
49 LatticeVal UndefVal, OverdefinedVal, UntrackedVal;54 UndefVal = undefVal; in AbstractLatticeFunction()61 LatticeVal getUndefVal() const { return UndefVal; } in getUndefVal()208 if (V == UndefVal) in PrintLatticeVal()
450 SDValue UndefVal = DAG.getUNDEF(Ops[0].getValueType()); in ExpandOp_SCALAR_TO_VECTOR() local452 Ops[i] = UndefVal; in ExpandOp_SCALAR_TO_VECTOR()
4461 ConcatOps[j] = UndefVal; in CollectOpsToWiden()5179 Ops[i] = UndefVal; in WidenVecRes_CONCAT_VECTORS()5233 SDValue UndefVal = DAG.getUNDEF(EltVT); in WidenVecRes_CONCAT_VECTORS() local5235 Ops[Idx] = UndefVal; in WidenVecRes_CONCAT_VECTORS()5318 SDValue UndefVal = DAG.getUNDEF(EltVT); in WidenVecRes_EXTRACT_SUBVECTOR() local5320 Ops[i] = UndefVal; in WidenVecRes_EXTRACT_SUBVECTOR()7082 ConcatOps[i] = UndefVal; in GenWidenVectorLoads()7166 SDValue UndefVal = DAG.getUNDEF(LdTy); in GenWidenVectorLoads() local7172 WidenOps[i] = UndefVal; in GenWidenVectorLoads()7224 Ops[i] = UndefVal; in GenWidenVectorExtLoads()[all …]
3897 SDValue UndefVal = DAG.getUNDEF(SrcVT); in visitShuffleVector() local3899 SmallVector<SDValue, 8> MOps1(NumConcat, UndefVal); in visitShuffleVector()3900 SmallVector<SDValue, 8> MOps2(NumConcat, UndefVal); in visitShuffleVector()
195 UndefVal, // A UndefValue representing a value from dead block (which enumerator238 Res.Kind = ValType::UndefVal; in getUndef()256 bool isUndefValue() const { return Kind == ValType::UndefVal; } in isUndefValue()
7604 UndefValue *UndefVal = UndefValue::get(Val->getType()); in getConstantVector() local7609 ConstVec.push_back(UndefVal); in getConstantVector()
7013 SDValue UndefVal = DAG.getUNDEF(SValVT); in lowerSCALAR_TO_VECTOR() local7019 VElts.push_back(UndefVal); in lowerSCALAR_TO_VECTOR()