Searched refs:BaseConstant (Results 1 – 2 of 2) sorted by relevance
397 ConstInfo.BaseConstant = MaxCostItr->ConstInt; in findAndMakeBaseConstant()398 Type *Ty = ConstInfo.BaseConstant->getType(); in findAndMakeBaseConstant()403 ConstInfo.BaseConstant->getValue(); in findAndMakeBaseConstant()553 IntegerType *Ty = ConstInfo.BaseConstant->getType(); in emitBaseConstants()555 new BitCastInst(ConstInfo.BaseConstant, Ty, "const", IP); in emitBaseConstants()556 DEBUG(dbgs() << "Hoist constant (" << *ConstInfo.BaseConstant << ") to BB " in emitBaseConstants()
90 ConstantInt *BaseConstant; member