Home | History | Annotate | Download | only in Scalar

Lines Matching refs:ValOp

522     Value *ValOp = SI.getValueOperand();
523 if (ValOp == *U)
528 uint64_t Size = DL.getTypeStoreSize(ValOp->getType());
547 assert((!SI.isSimple() || ValOp->getType()->isSingleValueType()) &&
549 handleLoadOrStore(ValOp->getType(), SI, Offset, Size, SI.isVolatile());