Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp593 auto *OuterType = FI.OuterInductionPHI->getType(); in CanWidenIV() local
600 if (InnerType != OuterType || in CanWidenIV()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2772 EVT OuterType = Node->getValueType(0); in ExpandNode() local
2775 LHS = DAG.getNode(ISD::AssertSext, dl, OuterType, Res, in ExpandNode()
2777 RHS = DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, OuterType, in ExpandNode()
2782 LHS = DAG.getNode(ISD::AssertZext, dl, OuterType, Res, in ExpandNode()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5007 Visitor.OuterType = in believe()
5031 const TypeConstraint *OuterType = nullptr; member in __anon166de13d0711::ConceptInfo::ValidVisitor
5126 Result.ResultType = OuterType; in addValue()
5130 Result.ResultType = OuterType; in addValue()