Lines Matching defs:EVL
788 Type *IntptrTy, Value *Mask, Value *EVL,
1485 Value *EVL = IB.CreateAddReduce(ExtMask);
1488 EVL);
1633 Value *EVL, Value *Stride, Instruction *I, Value *Addr,
1643 if (EVL) {
1645 // than zero, so we should check whether EVL is zero here.
1646 Type *EVLType = EVL->getType();
1647 Value *IsEVLZero = IB.CreateICmpNE(EVL, ConstantInt::get(EVLType, 0));
1650 // Cast EVL to IntptrTy.
1651 EVL = IB.CreateZExtOrTrunc(EVL, IntptrTy);
1655 EVL = IB.CreateBinaryIntrinsic(Intrinsic::umin, EVL, EC);
1657 EVL = IB.CreateElementCount(IntptrTy, VTy->getElementCount());
1664 SplitBlockAndInsertForEachLane(EVL, LoopInsertBefore->getIterator(),