Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp850 auto *OuterType = FI.OuterInductionPHI->getType(); in CanWidenIV() local
857 if (InnerType != OuterType || in CanWidenIV()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3215 EVT OuterType = Node->getValueType(0); in ExpandNode() local
3218 LHS = DAG.getNode(ISD::AssertSext, dl, OuterType, Res, in ExpandNode()
3220 RHS = DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, OuterType, in ExpandNode()
3225 LHS = DAG.getNode(ISD::AssertZext, dl, OuterType, Res, in ExpandNode()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5559 Visitor.OuterType = in believe()
5583 const TypeConstraint *OuterType = nullptr; member in __anone047e0890b11::ConceptInfo::ValidVisitor
5679 Result.ResultType = OuterType; in addValue()
5683 Result.ResultType = OuterType; in addValue()