Lines Matching refs:Semantics
194 SmallVector<Expr *, 4> Semantics; member in __anon9ddd17eb0111::PseudoOpBuilder
204 Semantics.push_back(semantic); in addSemanticExpr()
210 ResultIndex = Semantics.size(); in addResultSemanticExpr()
211 Semantics.push_back(resultExpr); in addResultSemanticExpr()
213 if (auto *OVE = dyn_cast<OpaqueValueExpr>(Semantics.back())) in addResultSemanticExpr()
233 ResultIndex = Semantics.size() - 1; in setResultToLastSemantic()
235 if (auto *OVE = dyn_cast<OpaqueValueExpr>(Semantics.back())) in setResultToLastSemantic()
403 assert(index < Semantics.size() && in captureValueAsResult()
405 if (e == Semantics[index]) break; in captureValueAsResult()
416 Semantics, ResultIndex); in complete()
450 Semantics.pop_back(); in buildAssignmentOperation()