Searched refs:IntrTy (Results 1 – 1 of 1) sorted by relevance
64 Type *IntrTy = Users.front()->getType(); in replaceWithConstant() local66 if (ValueTy != IntrTy) { in replaceWithConstant()69 assert(ValueTy->isPointerTy() && IntrTy->isPointerTy()); in replaceWithConstant()70 Value = ConstantExpr::getBitCast(Value, IntrTy); in replaceWithConstant()