Searched refs:getPointerOperandIndex (Results 1 – 10 of 10) sorted by relevance
93 LI->setOperand(LI->getPointerOperandIndex(), NewASCToGeneric); in runOnFunction()99 SI->setOperand(SI->getPointerOperandIndex(), NewASCToGeneric); in runOnFunction()104 GI->setOperand(GI->getPointerOperandIndex(), NewASCToGeneric); in runOnFunction()
765 return OpNo == LoadInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()769 return OpNo == StoreInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()773 return OpNo == AtomicRMWInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()777 return OpNo == AtomicCmpXchgInst::getPointerOperandIndex() && in isSimplePointerUseValidToReplace()
3702 if (S.getUse() != &SI->getOperandUse(SI->getPointerOperandIndex())) in presplitLoadsAndStores()3879 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores()4028 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores()
561 static unsigned getPointerOperandIndex(Instruction *I) { in getPointerOperandIndex() function563 return LI->getPointerOperandIndex(); in getPointerOperandIndex()565 return SI->getPointerOperandIndex(); in getPointerOperandIndex()567 return RMW->getPointerOperandIndex(); in getPointerOperandIndex()569 return XCHG->getPointerOperandIndex(); in getPointerOperandIndex()588 I->setOperand(getPointerOperandIndex(I), UntaggedPtr); in untagPointerOperand()
493 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function572 static unsigned getPointerOperandIndex() { in getPointerOperandIndex() function
297 static unsigned getPointerOperandIndex() { return 0U; } in getPointerOperandIndex() function431 static unsigned getPointerOperandIndex() { return 1U; } in getPointerOperandIndex() function638 static unsigned getPointerOperandIndex() { return 0U; }832 static unsigned getPointerOperandIndex() { return 0U; }1036 static unsigned getPointerOperandIndex() {1838 static unsigned getPointerOperandIndex() { return 0U; }5138 static unsigned getPointerOperandIndex() { return 0U; }5243 static unsigned getPointerOperandIndex() {
179 U.getOperandNo() != StoreInst::getPointerOperandIndex()) in checkArgumentUses()
1029 unsigned PtrX = LoadInst::getPointerOperandIndex(); in separateConstantChains()1033 unsigned PtrX = StoreInst::getPointerOperandIndex(); in separateConstantChains()
926 MemI.setOperand(MemI.getPointerOperandIndex(), NewGEPI); in replaceGEPIdxWithZero()
4561 if (opNo != StoreInst::getPointerOperandIndex()) in FindAllMemoryUses()4569 if (opNo != AtomicRMWInst::getPointerOperandIndex()) in FindAllMemoryUses()4577 if (opNo != AtomicCmpXchgInst::getPointerOperandIndex()) in FindAllMemoryUses()