Home
last modified time | relevance | path

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

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