Searched refs:MaskElem (Results 1 – 2 of 2) sorted by relevance
442 Value *MaskElem = IRB.CreateExtractElement(Mask, Idx); in instrumentMaskedLoadOrStore() local443 Instruction *ThenTerm = SplitBlockAndInsertIfThen(MaskElem, I, false); in instrumentMaskedLoadOrStore()
1653 Value *MaskElem = IRB.CreateExtractElement(Mask, Index); in instrumentMaskedLoadOrStore() local1654 if (auto *MaskElemC = dyn_cast<ConstantInt>(MaskElem)) { in instrumentMaskedLoadOrStore()1662 MaskElem, &*IRB.GetInsertPoint(), false); in instrumentMaskedLoadOrStore()