Searched refs:ConstantMask (Results 1 – 3 of 3) sorted by relevance
1958 if (auto *ConstantMask = dyn_cast<ConstantDataVector>(Mask)) { in visitCallInst() local1959 Constant *NewSelector = getNegativeIsTrueBoolVec(ConstantMask); in visitCallInst()
2943 if (auto *ConstantMask = dyn_cast<ConstantDataVector>(Mask)) { in visitCallInst() local2944 Constant *NewSelector = getNegativeIsTrueBoolVec(ConstantMask); in visitCallInst()
7732 Constant *ConstantMask = Ctx->getConstantInt32(HIGH_ORDER_BITS_MASK);7734 _movd(Reg, legalize(ConstantMask, Legal_Reg | Legal_Mem));