Home
last modified time | relevance | path

Searched refs:IntrTy (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp64 Type *IntrTy = Users.front()->getType(); in replaceWithConstant() local
66 if (ValueTy != IntrTy) { in replaceWithConstant()
69 assert(ValueTy->isPointerTy() && IntrTy->isPointerTy()); in replaceWithConstant()
70 Value = ConstantExpr::getBitCast(Value, IntrTy); in replaceWithConstant()