Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1956 const auto *RawIntTy = RawIntV->getType(); in EmitLoadOfScalar() local
1957 assert(RawIntTy->isIntegerTy() && "compressed iN storage for bitvectors"); in EmitLoadOfScalar()
1960 Builder.getInt1Ty(), RawIntTy->getPrimitiveSizeInBits()); in EmitLoadOfScalar()
2046 const auto *RawIntTy = Value->getType(); in EmitFromMemory() local
2049 Builder.getInt1Ty(), RawIntTy->getPrimitiveSizeInBits()); in EmitFromMemory()