Searched refs:BaseConstant (Results 1 – 4 of 4) 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()
556 ConstInfo.BaseConstant = MaxCostItr->ConstInt; in findAndMakeBaseConstant()557 Type *Ty = ConstInfo.BaseConstant->getType(); in findAndMakeBaseConstant()562 ConstInfo.BaseConstant->getValue(); in findAndMakeBaseConstant()718 IntegerType *Ty = ConstInfo.BaseConstant->getType(); in emitBaseConstants()720 new BitCastInst(ConstInfo.BaseConstant, Ty, "const", IP); in emitBaseConstants()724 LLVM_DEBUG(dbgs() << "Hoist constant (" << *ConstInfo.BaseConstant in emitBaseConstants()
90 ConstantInt *BaseConstant; member
103 ConstantInt *BaseConstant; member