Searched refs:ConstVector (Results 1 – 2 of 2) sorted by relevance
223 ConstVal::= Types "[" ^ ConstVector ^ "]"226 | Types "<" ^ ConstVector ^ ">"227 | Types "{" ConstVector "}"229 | Types "<" ^ "{" ConstVector "}" ^ ">"257 ConstVector ::= ConstVector ^ "," ConstVal | ConstVal ;325 | "<" ConstVector ">"326 | "[" ConstVector "]"329 | "{" ConstVector "}"331 | "<" ^ "{" ConstVector "}" ^ ">"
825 func ConstVector(scalarConstVals []Value, packed bool) (v Value) { func