Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp18035 ConstantSDNode *ConstOpOrElement = isConstOrConstSplat(N->getOperand(1)); in combineMUL() local
18036 if (!ConstOpOrElement) in combineMUL()
18075 const APInt &MulAmt = ConstOpOrElement->getAPIntValue(); in combineMUL()