Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1945 Type *OrigType = A->getType(); in matchSelectFromAndOr() local
1955 return Builder.CreateBitCast(Select, OrigType); in matchSelectFromAndOr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp11203 QualType OrigType = Type; in actOnOMPReductionKindClause() local
11204 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in actOnOMPReductionKindClause()
11218 if (Init && OrigType->isAnyComplexType()) { in actOnOMPReductionKindClause()
11220 auto *Im = new (Context) ImaginaryLiteral(Init, OrigType); in actOnOMPReductionKindClause()
11223 Type = OrigType; in actOnOMPReductionKindClause()