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()
9014 const Type *OrigType = BaseType->getPointeeOrArrayElementType(); in generateInfoForCapture() local9015 while (BaseType != OrigType) { in generateInfoForCapture()9016 BaseType = OrigType->getCanonicalTypeInternal().getTypePtr(); in generateInfoForCapture()9017 OrigType = BaseType->getPointeeOrArrayElementType(); in generateInfoForCapture()
16722 QualType OrigType = Type; in actOnOMPReductionKindClause() local16723 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in actOnOMPReductionKindClause()16737 if (Init && OrigType->isAnyComplexType()) { in actOnOMPReductionKindClause()16739 auto *Im = new (Context) ImaginaryLiteral(Init, OrigType); in actOnOMPReductionKindClause()16742 Type = OrigType; in actOnOMPReductionKindClause()