Home
last modified time | relevance | path

Searched refs:BType (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp6508 QualType BType = B.getType(); in mangleValueInTemplateArg() local
6510 BType->isArrayType() && V.getLValuePath().size() == 1 && in mangleValueInTemplateArg()
6512 Ctx.hasSimilarType(T, Ctx.getDecayedType(BType)); in mangleValueInTemplateArg()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp180 SymbolRef::Type BType = *BTypeOrErr; in operator ()() local
184 (BType != SymbolRef::ST_Function) ? 0 : cantFail(B.getValue()); in operator ()()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1518 TargetLowering::BooleanContent BType = TLI->getBooleanContents(OpVT); in getBoolExtOrTrunc() local
1519 return getNode(TLI->getExtendForContent(BType), SL, VT, Op); in getBoolExtOrTrunc()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp19865 llvm::Type *BType = Intrinsic->getFunctionType()->getParamType(MI.NumEltsA); in EmitNVPTXBuiltinExpr() local
19872 Values.push_back(Builder.CreateBitCast(V, BType)); in EmitNVPTXBuiltinExpr()