Searched refs:OrigType (Results 1 – 3 of 3) sorted by relevance
2089 EVT OrigType = N->getValueType(0); in tryLDGLDU() local2092 if (OrigType != EltVT && LdNode) { in tryLDGLDU()2097 unsigned CvtOpc = GetConvertOpcode(OrigType.getSimpleVT(), in tryLDGLDU()2107 CurDAG->getMachineNode(CvtOpc, DL, OrigType, Res, in tryLDGLDU()
1657 Type *OrigType = A->getType(); in matchSelectFromAndOr() local1672 return Builder.CreateBitCast(Select, OrigType); in matchSelectFromAndOr()
9346 QualType OrigType = Type; in ActOnOpenMPReductionClause() local9347 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in ActOnOpenMPReductionClause()9361 if (Init && OrigType->isAnyComplexType()) { in ActOnOpenMPReductionClause()9363 auto *Im = new (Context) ImaginaryLiteral(Init, OrigType); in ActOnOpenMPReductionClause()9366 Type = OrigType; in ActOnOpenMPReductionClause()