Home
last modified time | relevance | path

Searched refs:ConstVector (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dllvm.grm224 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 "}" ^ ">"
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go893 func ConstVector(scalarConstVals []Value, packed bool) (v Value) { func