Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1707 Value *MaskTrue = nullptr; in hoistConditionalLoadsStores() local
1717 MaskTrue = Builder.CreateBitCast(Cond, VCondTy); in hoistConditionalLoadsStores()
1727 Mask = I->getParent() == BI->getSuccessor(0) ? MaskTrue : MaskFalse; in hoistConditionalLoadsStores()