Searched refs:BType (Results 1 – 4 of 4) sorted by relevance
6539 QualType BType = B.getType(); in mangleValueInTemplateArg() local6541 BType->isArrayType() && V.getLValuePath().size() == 1 && in mangleValueInTemplateArg()6543 Ctx.hasSimilarType(T, Ctx.getDecayedType(BType)); in mangleValueInTemplateArg()
180 SymbolRef::Type BType = *BTypeOrErr; in operator ()() local184 (BType != SymbolRef::ST_Function) ? 0 : cantFail(B.getValue()); in operator ()()
1522 TargetLowering::BooleanContent BType = TLI->getBooleanContents(OpVT); in getBoolExtOrTrunc() local1523 return getNode(TLI->getExtendForContent(BType), SL, VT, Op); in getBoolExtOrTrunc()
20589 llvm::Type *BType = Intrinsic->getFunctionType()->getParamType(MI.NumEltsA); in EmitNVPTXBuiltinExpr() local20596 Values.push_back(Builder.CreateBitCast(V, BType)); in EmitNVPTXBuiltinExpr()