Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp390 unsigned ValuesOpcode = getOpcode(Values).getValue(); in buildGraph() local
436 if (ValuesOpcode == Instruction::Load) in buildGraph()
445 switch (ValuesOpcode) { in buildGraph()
453 Opcode = ValuesOpcode; in buildGraph()