Home
last modified time | relevance | path

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

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