Searched refs:OuterType (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopFlatten.cpp | 850 auto *OuterType = FI.OuterInductionPHI->getType(); in CanWidenIV() local 857 if (InnerType != OuterType || in CanWidenIV()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 3185 EVT OuterType = Node->getValueType(0); in ExpandNode() local 3188 LHS = DAG.getNode(ISD::AssertSext, dl, OuterType, Res, in ExpandNode() 3190 RHS = DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, OuterType, in ExpandNode() 3195 LHS = DAG.getNode(ISD::AssertZext, dl, OuterType, Res, in ExpandNode()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 5413 Visitor.OuterType = in believe() 5437 const TypeConstraint *OuterType = nullptr; member in __anone047e0890b11::ConceptInfo::ValidVisitor 5532 Result.ResultType = OuterType; in addValue() 5536 Result.ResultType = OuterType; in addValue()
|