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