Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp837 auto *OuterType = FI.OuterInductionPHI->getType(); in CanWidenIV() local
844 if (InnerType != OuterType || in CanWidenIV()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3116 EVT OuterType = Node->getValueType(0); in ExpandNode() local
3119 LHS = DAG.getNode(ISD::AssertSext, dl, OuterType, Res, in ExpandNode()
3121 RHS = DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, OuterType, in ExpandNode()
3126 LHS = DAG.getNode(ISD::AssertZext, dl, OuterType, Res, in ExpandNode()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5398 Visitor.OuterType = in believe()
5422 const TypeConstraint *OuterType = nullptr; member in __anonc4c61bbf0b11::ConceptInfo::ValidVisitor
5517 Result.ResultType = OuterType; in addValue()
5521 Result.ResultType = OuterType; in addValue()