Searched refs:IntrTy (Results 1 – 3 of 3) sorted by relevance
54 Type *IntrTy = Users.front()->getType(); in replaceWithConstant() local56 if (ValueTy != IntrTy) { in replaceWithConstant()59 assert(ValueTy->isPointerTy() && IntrTy->isPointerTy()); in replaceWithConstant()60 Value = ConstantExpr::getBitCast(Value, IntrTy); in replaceWithConstant()
57 Type *IntrTy = Users.front()->getType(); in replaceWithConstant() local59 if (ValueTy != IntrTy) { in replaceWithConstant()62 assert(ValueTy->isPointerTy() && IntrTy->isPointerTy()); in replaceWithConstant()63 Value = ConstantExpr::getBitCast(Value, IntrTy); in replaceWithConstant()
17316 llvm::FunctionType *IntrTy = IntrFn->getFunctionType(); in EmitHexagonBuiltinExpr() local17318 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()