Home
last modified time | relevance | path

Searched refs:IntrCall (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp85 } else if (MemIntrinsic *IntrCall = dyn_cast<MemIntrinsic>(II)) { in runOnFunction() local
88 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(IntrCall->getLength())) { in runOnFunction()
90 MemCalls.push_back(IntrCall); in runOnFunction()
93 MemCalls.push_back(IntrCall); in runOnFunction()
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp264 } else if (MemIntrinsic *IntrCall = dyn_cast<MemIntrinsic>(II)) { in runOnFunction() local
267 if (ConstantInt *LenCI = dyn_cast<ConstantInt>(IntrCall->getLength())) { in runOnFunction()
269 MemCalls.push_back(IntrCall); in runOnFunction()
272 MemCalls.push_back(IntrCall); in runOnFunction()