Searched refs:AddrTy (Results 1 – 3 of 3) sorted by relevance
97 PointerType *AddrTy = cast<PointerType>(V->getType()); in isSafeToLoadUnconditionally() local98 uint64_t LoadSize = DL.getTypeStoreSize(AddrTy->getElementType()); in isSafeToLoadUnconditionally()
3573 PointerType *AddrTy = dyn_cast<PointerType>(Address->getType()); in isProfitableToFoldIntoAddressingMode() local3574 if (!AddrTy) in isProfitableToFoldIntoAddressingMode()3576 Type *AddressAccessTy = AddrTy->getElementType(); in isProfitableToFoldIntoAddressingMode()3577 unsigned AS = AddrTy->getAddressSpace(); in isProfitableToFoldIntoAddressingMode()
1887 EVT AddrTy = MemAddr.getValueType(); in SelectVLD() local1895 ResTy, AddrTy, MVT::Other, OpsA); in SelectVLD()