Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c43 unsigned int BType : 4; member
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp858 auto BType = cantFail(B.getType()); in discoverFileObjects() local
859 if (AType == SymbolRef::ST_Function && BType != SymbolRef::ST_Function) in discoverFileObjects()
861 if (BType == SymbolRef::ST_Debug && AType != SymbolRef::ST_Debug) in discoverFileObjects()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp173 SymbolRef::Type BType = *BTypeOrErr; in operator ()() local
177 (BType != SymbolRef::ST_Function) ? 0 : cantFail(B.getValue()); in operator ()()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1384 TargetLowering::BooleanContent BType = TLI->getBooleanContents(OpVT); in getBoolExtOrTrunc() local
1385 return getNode(TLI->getExtendForContent(BType), SL, VT, Op); in getBoolExtOrTrunc()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp18179 llvm::Type *BType = Intrinsic->getFunctionType()->getParamType(MI.NumEltsA); in EmitNVPTXBuiltinExpr() local
18186 Values.push_back(Builder.CreateBitCast(V, BType)); in EmitNVPTXBuiltinExpr()