Searched refs:OrigType (Results 1 – 4 of 4) 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()
2347 Type *OrigType = A->getType(); in matchSelectFromAndOr() local2357 return Builder.CreateBitCast(Select, OrigType); in matchSelectFromAndOr()
9200 const Type *OrigType = BaseType->getPointeeOrArrayElementType(); in generateInfoForCapture() local9201 while (BaseType != OrigType) { in generateInfoForCapture()9202 BaseType = OrigType->getCanonicalTypeInternal().getTypePtr(); in generateInfoForCapture()9203 OrigType = BaseType->getPointeeOrArrayElementType(); in generateInfoForCapture()
17105 QualType OrigType = Type; in actOnOMPReductionKindClause() local17106 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in actOnOMPReductionKindClause()17120 if (Init && OrigType->isAnyComplexType()) { in actOnOMPReductionKindClause()17122 auto *Im = new (Context) ImaginaryLiteral(Init, OrigType); in actOnOMPReductionKindClause()17125 Type = OrigType; in actOnOMPReductionKindClause()