Home
last modified time | relevance | path

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

/external/llvm/utils/
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 "}" ^ ">"
/external/swiftshader/third_party/LLVM/utils/
Dllvm.grm222 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 "}" ^ ">"
/external/llvm/bindings/go/llvm/
Dir.go827 func ConstVector(scalarConstVals []Value, packed bool) (v Value) { func