Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp391 unsigned ValuesOpcode = *getOpcode(Values); in buildGraph() local
437 if (ValuesOpcode == Instruction::Load) in buildGraph()
446 switch (ValuesOpcode) { in buildGraph()
454 Opcode = ValuesOpcode; in buildGraph()