Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp2373 auto *IRStoreTy = dyn_cast<llvm::IntegerType>(Vec->getType()); in EmitStoreThroughLValue() local
2374 if (IRStoreTy) { in EmitStoreThroughLValue()
2376 Builder.getInt1Ty(), IRStoreTy->getPrimitiveSizeInBits()); in EmitStoreThroughLValue()
2382 if (IRStoreTy) { in EmitStoreThroughLValue()
2384 Vec = Builder.CreateBitCast(Vec, IRStoreTy); in EmitStoreThroughLValue()