Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp90 Type *IntrTy = Users.front()->getType(); in replaceWithConstant() local
92 if (ValueTy != IntrTy) { in replaceWithConstant()
95 assert(ValueTy->isPointerTy() && IntrTy->isPointerTy()); in replaceWithConstant()
96 Value = ConstantExpr::getBitCast(Value, IntrTy); in replaceWithConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2598 FunctionType *IntrTy = IntrFn->getFunctionType(); in createHvxIntrinsic() local
2603 Type *T = IntrTy->getParamType(i); in createHvxIntrinsic()
2610 StringRef MaybeName = !IntrTy->getReturnType()->isVoidTy() ? "cup" : ""; in createHvxIntrinsic()