Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DProfilingUtils.cpp28 Type *ArgVTy = in InsertProfilingInitCall() local
35 ArgVTy, UIntPtr, in InsertProfilingInitCall()
43 Args[1] = Constant::getNullValue(ArgVTy); in InsertProfilingInitCall()
72 if (AI->getType() != ArgVTy) { in InsertProfilingInitCall()
73 Instruction::CastOps opcode = CastInst::getCastOpcode(AI, false, ArgVTy, in InsertProfilingInitCall()
76 CastInst::Create(opcode, AI, ArgVTy, "argv.cast", InitCall)); in InsertProfilingInitCall()