Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp589 auto *OuterType = FI.OuterInductionPHI->getType(); in CanWidenIV() local
596 if (InnerType != OuterType || in CanWidenIV()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2785 EVT OuterType = Node->getValueType(0); in ExpandNode() local
2788 LHS = DAG.getNode(ISD::AssertSext, dl, OuterType, Res, in ExpandNode()
2790 RHS = DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, OuterType, in ExpandNode()
2795 LHS = DAG.getNode(ISD::AssertZext, dl, OuterType, Res, in ExpandNode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp5004 Visitor.OuterType = in believe()
5028 const TypeConstraint *OuterType = nullptr; member in __anon4254e5140711::ConceptInfo::ValidVisitor
5123 Result.ResultType = OuterType; in addValue()
5127 Result.ResultType = OuterType; in addValue()