Searched defs:cpyLen (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp335 uint64_t cpyLen, CallInst *C);
562 uint64_t cpyLen, CallInst *C) {
596 if (cpyLen < srcSize)
560 performCallSlotOptzn(Instruction *cpy, Value *cpyDest, Value *cpySrc, uint64_t cpyLen, CallInst *C) argument
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp331 uint64_t cpyLen, unsigned cpyAlign, CallInst *C);
765 Value *cpySrc, uint64_t cpyLen,
803 if (cpyLen < srcSize)
835 // has at least <cpyLen> bytes, as implied by the copy-instruction",
764 performCallSlotOptzn(Instruction *cpy, Value *cpyDest, Value *cpySrc, uint64_t cpyLen, unsigned cpyAlign, CallInst *C) argument

Completed in 63 milliseconds