Searched refs:OrigType (Results 1 – 7 of 7) sorted by relevance
12 template <typename OrigType>13 void assign_in_template(OrigType jj) { in assign_in_template()
1670 EVT OrigType = N->getValueType(0); in tryLDGLDU() local1673 if (OrigType != EltVT && LdNode) { in tryLDGLDU()1678 unsigned CvtOpc = GetConvertOpcode(OrigType.getSimpleVT(), in tryLDGLDU()1688 CurDAG->getMachineNode(CvtOpc, DL, OrigType, Res, in tryLDGLDU()
2458 Type *OrigType = A->getType(); in matchSelectFromAndOr() local2479 return Builder.CreateBitCast(Select, OrigType); in matchSelectFromAndOr()
2095 llvm::Type *OrigType = DstTy; in VisitCastExpr() local2108 Result = Builder.CreateBitCast(Result, OrigType); in VisitCastExpr()
1297 llvm::Type *OrigType = Ty; in CreateCoercedLoad() local1310 Result = CGF.Builder.CreateBitCast(Result, OrigType); in CreateCoercedLoad()
9176 const Type *OrigType = BaseType->getPointeeOrArrayElementType(); in generateInfoForCapture() local9177 while (BaseType != OrigType) { in generateInfoForCapture()9178 BaseType = OrigType->getCanonicalTypeInternal().getTypePtr(); in generateInfoForCapture()9179 OrigType = BaseType->getPointeeOrArrayElementType(); in generateInfoForCapture()
19176 QualType OrigType = Type; in actOnOMPReductionKindClause() local19177 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in actOnOMPReductionKindClause()19190 if (Init && OrigType->isAnyComplexType()) { in actOnOMPReductionKindClause()19192 auto *Im = new (Context) ImaginaryLiteral(Init, OrigType); in actOnOMPReductionKindClause()19195 Type = OrigType; in actOnOMPReductionKindClause()