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() local 452 Ops[i] = UndefVal; in ExpandOp_SCALAR_TO_VECTOR()
4744 SDValue UndefVal = DAG.getUNDEF(MaxVT); in CollectOpsToWiden() local4746 ConcatOps[j] = UndefVal; in CollectOpsToWiden()5486 SDValue UndefVal = DAG.getUNDEF(InVT); in WidenVecRes_CONCAT_VECTORS() local5491 Ops[i] = UndefVal; in WidenVecRes_CONCAT_VECTORS()5545 SDValue UndefVal = DAG.getUNDEF(EltVT); in WidenVecRes_CONCAT_VECTORS() local5547 Ops[Idx] = UndefVal; in WidenVecRes_CONCAT_VECTORS()5630 SDValue UndefVal = DAG.getUNDEF(EltVT); in WidenVecRes_EXTRACT_SUBVECTOR() local5632 Ops[i] = UndefVal; in WidenVecRes_EXTRACT_SUBVECTOR()7470 SDValue UndefVal = DAG.getUNDEF(*FirstVT); in GenWidenVectorLoads() local7473 ConcatOps[i] = UndefVal; in GenWidenVectorLoads()[all …]
4088 SDValue UndefVal = DAG.getUNDEF(SrcVT); in visitShuffleVector() local4090 SmallVector<SDValue, 8> MOps1(NumConcat, UndefVal); in visitShuffleVector()4091 SmallVector<SDValue, 8> MOps2(NumConcat, UndefVal); in visitShuffleVector()
196 UndefVal, // A UndefValue representing a value from dead block (which enumerator239 Res.Kind = ValType::UndefVal; in getUndef()257 bool isUndefValue() const { return Kind == ValType::UndefVal; } in isUndefValue()
7718 UndefValue *UndefVal = UndefValue::get(Val->getType()); in getConstantVector() local7723 ConstVec.push_back(UndefVal); in getConstantVector()
7441 SDValue UndefVal = DAG.getUNDEF(SValVT); in lowerSCALAR_TO_VECTOR() local7447 VElts.push_back(UndefVal); in lowerSCALAR_TO_VECTOR()