Searched refs:IRStoreTy (Results 1 – 1 of 1) sorted by relevance
2474 auto *IRStoreTy = dyn_cast<llvm::IntegerType>(Vec->getType()); in EmitStoreThroughLValue() local2475 if (IRStoreTy) { in EmitStoreThroughLValue()2477 Builder.getInt1Ty(), IRStoreTy->getPrimitiveSizeInBits()); in EmitStoreThroughLValue()2491 if (IRStoreTy) { in EmitStoreThroughLValue()2493 Vec = Builder.CreateBitCast(Vec, IRStoreTy); in EmitStoreThroughLValue()