Searched refs:ConstVector (Results 1 – 2 of 2) sorted by relevance
224 ConstVal::= Types "[" ^ ConstVector ^ "]"227 | Types "<" ^ ConstVector ^ ">"228 | Types "{" ConstVector "}"230 | Types "<" ^ "{" ConstVector "}" ^ ">"258 ConstVector ::= ConstVector ^ "," ConstVal | ConstVal ;326 | "<" ConstVector ">"327 | "[" ConstVector "]"330 | "{" ConstVector "}"332 | "<" ^ "{" ConstVector "}" ^ ">"
893 func ConstVector(scalarConstVals []Value, packed bool) (v Value) { func