Searched refs:ILengthType (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp166 IntegerType *ILengthType = dyn_cast<IntegerType>(CopyLenType); local
167 assert(ILengthType &&
171 ConstantInt *CILoopOpSize = ConstantInt::get(ILengthType, LoopOpSize);
213 ConstantInt *Zero = ConstantInt::get(ILengthType, 0U);
259 ConstantInt *Zero = ConstantInt::get(ILengthType, 0U);

Completed in 65 milliseconds