Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1674 EVT OrigType = N->getValueType(0); in tryLDGLDU() local
1677 if (OrigType != EltVT && LdNode) { in tryLDGLDU()
1682 unsigned CvtOpc = GetConvertOpcode(OrigType.getSimpleVT(), in tryLDGLDU()
1692 CurDAG->getMachineNode(CvtOpc, DL, OrigType, Res, in tryLDGLDU()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2347 Type *OrigType = A->getType(); in matchSelectFromAndOr() local
2357 return Builder.CreateBitCast(Select, OrigType); in matchSelectFromAndOr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp9014 const Type *OrigType = BaseType->getPointeeOrArrayElementType(); in generateInfoForCapture() local
9015 while (BaseType != OrigType) { in generateInfoForCapture()
9016 BaseType = OrigType->getCanonicalTypeInternal().getTypePtr(); in generateInfoForCapture()
9017 OrigType = BaseType->getPointeeOrArrayElementType(); in generateInfoForCapture()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp16722 QualType OrigType = Type; in actOnOMPReductionKindClause() local
16723 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()