Searched refs:OrigType (Results 1 – 3 of 3) sorted by relevance
1674 EVT OrigType = N->getValueType(0); in tryLDGLDU() local1677 if (OrigType != EltVT && LdNode) { in tryLDGLDU()1682 unsigned CvtOpc = GetConvertOpcode(OrigType.getSimpleVT(), in tryLDGLDU()1692 CurDAG->getMachineNode(CvtOpc, DL, OrigType, Res, in tryLDGLDU()
1945 Type *OrigType = A->getType(); in matchSelectFromAndOr() local1955 return Builder.CreateBitCast(Select, OrigType); in matchSelectFromAndOr()
11203 QualType OrigType = Type; in actOnOMPReductionKindClause() local11204 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in actOnOMPReductionKindClause()11218 if (Init && OrigType->isAnyComplexType()) { in actOnOMPReductionKindClause()11220 auto *Im = new (Context) ImaginaryLiteral(Init, OrigType); in actOnOMPReductionKindClause()11223 Type = OrigType; in actOnOMPReductionKindClause()