Searched refs:VCondTy (Results 1 – 1 of 1) sorted by relevance
1701 auto *VCondTy = FixedVectorType::get(Type::getInt1Ty(Context), 1); in hoistConditionalLoadsStores() local1712 VCondTy); in hoistConditionalLoadsStores()1716 Builder.CreateXor(Cond, ConstantInt::getTrue(Context)), VCondTy); in hoistConditionalLoadsStores()1717 MaskTrue = Builder.CreateBitCast(Cond, VCondTy); in hoistConditionalLoadsStores()