Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp54 Type *IntrTy = Users.front()->getType(); in replaceWithConstant() local
56 if (ValueTy != IntrTy) { in replaceWithConstant()
59 assert(ValueTy->isPointerTy() && IntrTy->isPointerTy()); in replaceWithConstant()
60 Value = ConstantExpr::getBitCast(Value, IntrTy); in replaceWithConstant()
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp57 Type *IntrTy = Users.front()->getType(); in replaceWithConstant() local
59 if (ValueTy != IntrTy) { in replaceWithConstant()
62 assert(ValueTy->isPointerTy() && IntrTy->isPointerTy()); in replaceWithConstant()
63 Value = ConstantExpr::getBitCast(Value, IntrTy); in replaceWithConstant()
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp17316 llvm::FunctionType *IntrTy = IntrFn->getFunctionType(); in EmitHexagonBuiltinExpr() local
17318 for (unsigned i = 0, e = IntrTy->getNumParams(); i != e; ++i) { in EmitHexagonBuiltinExpr()
17319 llvm::Type *T = IntrTy->getParamType(i); in EmitHexagonBuiltinExpr()
17334 if (IsVectorPredTy(IntrTy->getReturnType())) in EmitHexagonBuiltinExpr()