Searched refs:OuterType (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2890 EVT OuterType = Node->getValueType(0);
2893 LHS = DAG.getNode(ISD::AssertSext, dl, OuterType, Res,
2895 RHS = DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, OuterType,
2900 LHS = DAG.getNode(ISD::AssertZext, dl, OuterType, Res,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4938 Visitor.OuterType =
4960 // If set, OuterExpr is constrained by OuterType.
4962 const TypeConstraint *OuterType = nullptr; member in class:__anon2038::ConceptInfo::ValidVisitor
5057 Result.ResultType = OuterType;
5061 Result.ResultType = OuterType;

Completed in 186 milliseconds