Home
last modified time | relevance | path

Searched refs:OrigType (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dnarrowing-conversions-intemplates-option.cpp12 template <typename OrigType>
13 void assign_in_template(OrigType jj) { in assign_in_template()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1670 EVT OrigType = N->getValueType(0); in tryLDGLDU() local
1673 if (OrigType != EltVT && LdNode) { in tryLDGLDU()
1678 unsigned CvtOpc = GetConvertOpcode(OrigType.getSimpleVT(), in tryLDGLDU()
1688 CurDAG->getMachineNode(CvtOpc, DL, OrigType, Res, in tryLDGLDU()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2458 Type *OrigType = A->getType(); in matchSelectFromAndOr() local
2479 return Builder.CreateBitCast(Select, OrigType); in matchSelectFromAndOr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp2095 llvm::Type *OrigType = DstTy; in VisitCastExpr() local
2108 Result = Builder.CreateBitCast(Result, OrigType); in VisitCastExpr()
H A DCGCall.cpp1297 llvm::Type *OrigType = Ty; in CreateCoercedLoad() local
1310 Result = CGF.Builder.CreateBitCast(Result, OrigType); in CreateCoercedLoad()
H A DCGOpenMPRuntime.cpp9176 const Type *OrigType = BaseType->getPointeeOrArrayElementType(); in generateInfoForCapture() local
9177 while (BaseType != OrigType) { in generateInfoForCapture()
9178 BaseType = OrigType->getCanonicalTypeInternal().getTypePtr(); in generateInfoForCapture()
9179 OrigType = BaseType->getPointeeOrArrayElementType(); in generateInfoForCapture()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp19176 QualType OrigType = Type; in actOnOMPReductionKindClause() local
19177 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()