Searched refs:ConstVector (Results 1 – 3 of 3) 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 "}" ^ ">"
222 ConstVal::= Types "[" ^ ConstVector ^ "]"225 | Types "<" ^ ConstVector ^ ">"226 | Types "{" ConstVector "}"228 | Types "<" ^ "{" ConstVector "}" ^ ">"256 ConstVector ::= ConstVector ^ "," ConstVal | ConstVal ;324 | "<" ConstVector ">"325 | "[" ConstVector "]"328 | "{" ConstVector "}"330 | "<" ^ "{" ConstVector "}" ^ ">"
827 func ConstVector(scalarConstVals []Value, packed bool) (v Value) { func