Home | History | Annotate | Download | only in Scalar

Lines Matching refs:getRawSource

478     if (*U == II.getRawDest() && *U == II.getRawSource()) {
2362 assert(II.getRawSource() == OldPtr || II.getRawDest() == OldPtr);
2384 Value *OldOp = IsDest ? II.getRawDest() : II.getRawSource();
2390 II.getRawSource()->getType()));
2430 Value *OtherPtr = IsDest ? II.getRawSource() : II.getRawDest();
2436 Type *OtherPtrTy = IsDest ? II.getRawSource()->getType()
2445 IsDest ? II.getRawDest()->getType() : II.getRawSource()->getType());