Searched refs:NAryOp (Results 1 – 2 of 2) sorted by relevance
3624 for (const SCEV *NAryOp : NAry->operands()) { in getPointerBase() local3625 if (NAryOp->getType()->isPointerTy()) { in getPointerBase()3629 PtrOp = NAryOp; in getPointerBase()9836 for (const SCEV *NAryOp : NAry->operands()) { in computeBlockDisposition() local9837 BlockDisposition D = getBlockDisposition(NAryOp, BB); in computeBlockDisposition()
6715 const SCEV *NAryOp = *I; in hasOperand() local6716 if (NAryOp == Op || hasOperand(NAryOp, Op)) in hasOperand()