Searched refs:NextLevelOp (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp959 Value *NextLevelOp = nullptr; local
965 NextLevelOp = NextLevelOpL;
978 NextLevelOp = NextLevelOpL ? RD->RHS : RD->LHS;
986 getReductionData(cast<Instruction>(NextLevelOp));
1006 return matchPairwiseReductionAtLevel(cast<Instruction>(NextLevelOp), Level,

Completed in 109 milliseconds