Searched refs:OuterType (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopFlatten.cpp | 814 auto *OuterType = FI.OuterInductionPHI->getType(); in CanWidenIV() local 821 if (InnerType != OuterType || in CanWidenIV()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 2807 EVT OuterType = Node->getValueType(0); in ExpandNode() local 2810 LHS = DAG.getNode(ISD::AssertSext, dl, OuterType, Res, in ExpandNode() 2812 RHS = DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, OuterType, in ExpandNode() 2817 LHS = DAG.getNode(ISD::AssertZext, dl, OuterType, Res, in ExpandNode()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 5317 Visitor.OuterType = in believe() 5341 const TypeConstraint *OuterType = nullptr; member in __anon37009f560b11::ConceptInfo::ValidVisitor 5436 Result.ResultType = OuterType; in addValue() 5440 Result.ResultType = OuterType; in addValue()
|