Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1685 EVT OrigType = N->getValueType(0); in tryLDGLDU() local
1688 if (OrigType != EltVT && LdNode) { in tryLDGLDU()
1693 unsigned CvtOpc = GetConvertOpcode(OrigType.getSimpleVT(), in tryLDGLDU()
1703 CurDAG->getMachineNode(CvtOpc, DL, OrigType, Res, in tryLDGLDU()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp3605 QualType OrigType = Converted[1].getAsType(); in checkBuiltinTemplateIdType() local
3608 if (!OrigType->isDependentType() && !OrigType->isIntegralType(Context)) { in checkBuiltinTemplateIdType()
3623 TemplateArgumentLoc(TemplateArgument(OrigType), in checkBuiltinTemplateIdType()
3625 OrigType, TemplateArgs[1].getLocation()))); in checkBuiltinTemplateIdType()
3631 TemplateArgument TA(Context, I, OrigType); in checkBuiltinTemplateIdType()
3633 TA, OrigType, TemplateArgs[2].getLocation())); in checkBuiltinTemplateIdType()
H A DSemaOpenMP.cpp19459 QualType OrigType = Type; in actOnOMPReductionKindClause() local
19460 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in actOnOMPReductionKindClause()
19473 if (Init && OrigType->isAnyComplexType()) { in actOnOMPReductionKindClause()
19475 auto *Im = new (Context) ImaginaryLiteral(Init, OrigType); in actOnOMPReductionKindClause()
19478 Type = OrigType; in actOnOMPReductionKindClause()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2692 Type *OrigType = A->getType(); in matchSelectFromAndOr() local
2715 return Builder.CreateBitCast(Select, OrigType); in matchSelectFromAndOr()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp1303 llvm::Type *OrigType = Ty; in CreateCoercedLoad() local
1316 Result = CGF.Builder.CreateBitCast(Result, OrigType); in CreateCoercedLoad()
H A DCGExprScalar.cpp2118 llvm::Type *OrigType = DstTy; in VisitCastExpr() local
2131 Result = Builder.CreateBitCast(Result, OrigType); in VisitCastExpr()
H A DCGOpenMPRuntime.cpp8814 const Type *OrigType = BaseType->getPointeeOrArrayElementType(); in generateInfoForCapture() local
8815 while (BaseType != OrigType) { in generateInfoForCapture()
8816 BaseType = OrigType->getCanonicalTypeInternal().getTypePtr(); in generateInfoForCapture()
8817 OrigType = BaseType->getPointeeOrArrayElementType(); in generateInfoForCapture()