Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp399 unsigned ValuesOpcode = getOpcode(Values).getValue(); in buildGraph() local
445 if (ValuesOpcode == Instruction::Load) in buildGraph()
454 switch (ValuesOpcode) { in buildGraph()
462 Opcode = ValuesOpcode; in buildGraph()