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

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp537 /// whose element is specified by VTOperand.
538 bool EEVT::TypeSet::EnforceVectorEltTypeIs(EEVT::TypeSet &VTOperand, argument
543 // "This" must be a vector and "VTOperand" must be a scalar.
546 MadeChange |= VTOperand.EnforceScalar(TP);
553 VTOperand.MergeInTypeInfo(IVT.getSimpleVT().SimpleTy, TP);
558 if (!VTOperand.isConcrete())
561 MVT::SimpleValueType VT = VTOperand.getConcrete();
583 /// vector type specified by VTOperand.
584 bool EEVT::TypeSet::EnforceVectorSubVectorTypeIs(EEVT::TypeSet &VTOperand, argument
586 // "This" must be a vector and "VTOperand" mus
[all...]

Completed in 53 milliseconds