Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1701 auto *VCondTy = FixedVectorType::get(Type::getInt1Ty(Context), 1); in hoistConditionalLoadsStores() local
1712 VCondTy); in hoistConditionalLoadsStores()
1716 Builder.CreateXor(Cond, ConstantInt::getTrue(Context)), VCondTy); in hoistConditionalLoadsStores()
1717 MaskTrue = Builder.CreateBitCast(Cond, VCondTy); in hoistConditionalLoadsStores()