reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6677 Type *StoreType = SI.getValueOperand()->getType(); 6683 Type *SplitStoreType = Type::getIntNTy(SI.getContext(), HalfValBitSize); 6688 if (SI.isVolatile()) 6700 if (!match(SI.getValueOperand(), 6725 IRBuilder<> Builder(SI.getContext()); 6726 Builder.SetInsertPoint(&SI); 6730 if (LBC && LBC->getParent() != SI.getParent()) 6732 if (HBC && HBC->getParent() != SI.getParent()) 6735 bool IsLE = SI.getModule()->getDataLayout().isLittleEndian(); 6739 SI.getOperand(1), 6740 SplitStoreType->getPointerTo(SI.getPointerAddressSpace())); 6744 ConstantInt::get(Type::getInt32Ty(SI.getContext()), 1)); 6746 V, Addr, Upper ? SI.getAlignment() / 2 : SI.getAlignment()); 6746 V, Addr, Upper ? SI.getAlignment() / 2 : SI.getAlignment()); 6753 SI.eraseFromParent();