Searched refs:BType (Results 1 – 5 of 5) sorted by relevance
43 unsigned int BType : 4; member
858 auto BType = cantFail(B.getType()); in discoverFileObjects() local859 if (AType == SymbolRef::ST_Function && BType != SymbolRef::ST_Function) in discoverFileObjects()861 if (BType == SymbolRef::ST_Debug && AType != SymbolRef::ST_Debug) in discoverFileObjects()
173 SymbolRef::Type BType = *BTypeOrErr; in operator ()() local177 (BType != SymbolRef::ST_Function) ? 0 : cantFail(B.getValue()); in operator ()()
1384 TargetLowering::BooleanContent BType = TLI->getBooleanContents(OpVT); in getBoolExtOrTrunc() local1385 return getNode(TLI->getExtendForContent(BType), SL, VT, Op); in getBoolExtOrTrunc()
18179 llvm::Type *BType = Intrinsic->getFunctionType()->getParamType(MI.NumEltsA); in EmitNVPTXBuiltinExpr() local18186 Values.push_back(Builder.CreateBitCast(V, BType)); in EmitNVPTXBuiltinExpr()