Lines Matching defs:EVL
783 Type *IntptrTy, Value *Mask, Value *EVL,
1472 Value *EVL = IB.CreateAddReduce(ExtMask);
1475 EVL);
1620 Value *EVL, Value *Stride, Instruction *I, Value *Addr,
1630 if (EVL) {
1632 // than zero, so we should check whether EVL is zero here.
1633 Type *EVLType = EVL->getType();
1634 Value *IsEVLZero = IB.CreateICmpNE(EVL, ConstantInt::get(EVLType, 0));
1637 // Cast EVL to IntptrTy.
1638 EVL = IB.CreateZExtOrTrunc(EVL, IntptrTy);
1642 EVL = IB.CreateBinaryIntrinsic(Intrinsic::umin, EVL, EC);
1644 EVL = IB.CreateElementCount(IntptrTy, VTy->getElementCount());
1651 SplitBlockAndInsertForEachLane(EVL, LoopInsertBefore,