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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp191 IntegerType *ILengthType = dyn_cast<IntegerType>(CopyLenType); local
192 assert(ILengthType &&
196 ConstantInt *CILoopOpSize = ConstantInt::get(ILengthType, LoopOpSize);
259 ConstantInt *Zero = ConstantInt::get(ILengthType, 0U);
314 ConstantInt *Zero = ConstantInt::get(ILengthType, 0U);

Completed in 143 milliseconds