Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4097 auto &OpRight = N->getOperand(1); in tryBitPermutation() local
4098 ConstantSDNode *SRLConst = dyn_cast<ConstantSDNode>(OpRight); in tryBitPermutation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1956 Value *OpRight = (LeftToRight) ? Op : OpLastLane; in getBestOperand() local
1957 int Score = getLookAheadScore(OpLeft, OpRight, MainAltOps, Lane, in getBestOperand()