reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
831 SetVector<Instruction *> IPSet = findConstantInsertionPoint(ConstInfo); 844 for (auto const &RCI : ConstInfo.RebasedConstants) { 868 if (ConstInfo.BaseExpr) { 870 Type *Ty = ConstInfo.BaseExpr->getType(); 871 Base = new BitCastInst(ConstInfo.BaseExpr, Ty, "const", IP); 873 IntegerType *Ty = ConstInfo.BaseInt->getType(); 874 Base = new BitCastInst(ConstInfo.BaseInt, Ty, "const", IP); 879 LLVM_DEBUG(dbgs() << "Hoist constant (" << *ConstInfo.BaseInt 909 NumConstantsRebased += ConstInfo.RebasedConstants.size() - 1;