Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp2356 auto *IRStoreTy = dyn_cast<llvm::IntegerType>(Vec->getType()); in EmitStoreThroughLValue() local
2357 if (IRStoreTy) { in EmitStoreThroughLValue()
2359 Builder.getInt1Ty(), IRStoreTy->getPrimitiveSizeInBits()); in EmitStoreThroughLValue()
2365 if (IRStoreTy) { in EmitStoreThroughLValue()
2367 Vec = Builder.CreateBitCast(Vec, IRStoreTy); in EmitStoreThroughLValue()