Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp447 unsigned ValuesOpcode = *getOpcode(Values); in buildGraph() local
493 if (ValuesOpcode == Instruction::Load) in buildGraph()
502 switch (ValuesOpcode) { in buildGraph()
510 Opcode = ValuesOpcode; in buildGraph()