Searched refs:BType (Results 1 – 5 of 5) sorted by relevance
884 llvm::Type *BType = Intrinsic->getFunctionType()->getParamType(MI.NumEltsA); in EmitNVPTXBuiltinExpr() local891 Values.push_back(Builder.CreateBitCast(V, BType)); in EmitNVPTXBuiltinExpr()
6812 QualType BType = B.getType(); in mangleValueInTemplateArg() local6814 BType->isArrayType() && V.getLValuePath().size() == 1 && in mangleValueInTemplateArg()6816 Ctx.hasSimilarType(T, Ctx.getDecayedType(BType)); in mangleValueInTemplateArg()
176 SymbolRef::Type BType = *BTypeOrErr; in operator ()() local180 (BType != SymbolRef::ST_Function) ? 0 : cantFail(B.getValue()); in operator ()()
1559 TargetLowering::BooleanContent BType = TLI->getBooleanContents(OpVT); in getBoolExtOrTrunc() local1560 return getNode(TLI->getExtendForContent(BType), SL, VT, Op); in getBoolExtOrTrunc()
22093 QualType BType = local22096 if (const auto *ATy = BType->getAsArrayTypeUnsafe())22099 ElemType = BType->getPointeeType();