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