Searched defs:ParamValue (Results 1 – 7 of 7) sorted by relevance
510 ParamValue::ParamValue(MaybeIntExpr &&expr, common::TypeParamAttr attr) in ParamValue() function in Fortran::semantics::ParamValue512 ParamValue::ParamValue(SomeIntExpr &&expr, common::TypeParamAttr attr) in ParamValue() function in Fortran::semantics::ParamValue514 ParamValue::ParamValue( in ParamValue() function in Fortran::semantics::ParamValue
109 ParamValue(Category category, common::TypeParamAttr attr) in ParamValue() function
38 class ParamValue; variable
146 union ParamValue union
2193 ParamValue(llvm::Value *V, unsigned A) : Value(V), Alignment(A) {} in ParamValue() function
648 if (auto ParamValue = TII->describeLoadedValue(*I, ParamFwdReg)) { in collectCallSiteParameters() local
695 if (auto ParamValue = TII.describeLoadedValue(*CurMI, ParamFwdReg)) { in interpretValues() local