Searched refs:getPointerOperandIndex (Results 1 – 10 of 10) sorted by relevance
92 LI->setOperand(LI->getPointerOperandIndex(), NewASCToGeneric); in runOnBasicBlock()97 SI->setOperand(SI->getPointerOperandIndex(), NewASCToGeneric); in runOnBasicBlock()102 GI->setOperand(GI->getPointerOperandIndex(), NewASCToGeneric); in runOnBasicBlock()
479 static unsigned getPointerOperandIndex(Instruction *I) { in getPointerOperandIndex() function481 return LI->getPointerOperandIndex(); in getPointerOperandIndex()483 return SI->getPointerOperandIndex(); in getPointerOperandIndex()485 return RMW->getPointerOperandIndex(); in getPointerOperandIndex()487 return XCHG->getPointerOperandIndex(); in getPointerOperandIndex()506 I->setOperand(getPointerOperandIndex(I), UntaggedPtr); in untagPointerOperand()
758 return OpNo == LoadInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()762 return OpNo == StoreInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()766 return OpNo == AtomicRMWInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()770 return OpNo == AtomicCmpXchgInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
3637 if (S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores()3813 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores()3959 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores()
473 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function552 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
287 static unsigned getPointerOperandIndex() { return 0U; } in getPointerOperandIndex() function415 static unsigned getPointerOperandIndex() { return 1U; } in getPointerOperandIndex() function620 static unsigned getPointerOperandIndex() { return 0U; }798 static unsigned getPointerOperandIndex() { return 0U; }998 static unsigned getPointerOperandIndex() {1847 static unsigned getPointerOperandIndex() { return 0U; }4835 static unsigned getPointerOperandIndex() { return 0U; }4940 static unsigned getPointerOperandIndex() {
179 U.getOperandNo() != StoreInst::getPointerOperandIndex()) in checkArgumentUses()
1030 unsigned PtrX = LoadInst::getPointerOperandIndex(); in separateConstantChains()1034 unsigned PtrX = StoreInst::getPointerOperandIndex(); in separateConstantChains()
959 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI); in replaceGEPIdxWithZero()
4288 if (opNo != StoreInst::getPointerOperandIndex()) in FindAllMemoryUses()4296 if (opNo != AtomicRMWInst::getPointerOperandIndex()) in FindAllMemoryUses()4304 if (opNo != AtomicCmpXchgInst::getPointerOperandIndex()) in FindAllMemoryUses()