Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Untyped

274 /// but for untyped values (MVT::Untyped) it means inspecting the node's
284 // Special handling for untyped values. These values can only come from
286 if (VT == MVT::Untyped) {
289 // Special handling for CopyFromReg of untyped values.