Home
last modified time | relevance | path

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

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