Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp2135 auto *IRStoreTy = dyn_cast<llvm::IntegerType>(Vec->getType()); in EmitStoreThroughLValue() local
2136 if (IRStoreTy) { in EmitStoreThroughLValue()
2138 Builder.getInt1Ty(), IRStoreTy->getPrimitiveSizeInBits()); in EmitStoreThroughLValue()
2144 if (IRStoreTy) { in EmitStoreThroughLValue()
2146 Vec = Builder.CreateBitCast(Vec, IRStoreTy); in EmitStoreThroughLValue()