Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1366 const Instruction *CalleeI = CS.getInstruction(); in getArgumentAlignment() local
1367 assert(CalleeI && "Call target is not a function or derived value?"); in getArgumentAlignment()
1370 if (isa<CallInst>(CalleeI)) { in getArgumentAlignment()
1372 if (getAlign(*cast<CallInst>(CalleeI), Idx, Align)) in getArgumentAlignment()
1375 const Value *CalleeV = cast<CallInst>(CalleeI)->getCalledValue(); in getArgumentAlignment()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1016 const Instruction *CalleeI = CS->getInstruction(); in getArgumentAlignment() local
1017 assert(CalleeI && "Call target is not a function or derived value?"); in getArgumentAlignment()
1020 if (isa<CallInst>(CalleeI)) { in getArgumentAlignment()
1022 if (llvm::getAlign(*cast<CallInst>(CalleeI), Idx, Align)) in getArgumentAlignment()
1025 const Value *CalleeV = cast<CallInst>(CalleeI)->getCalledValue(); in getArgumentAlignment()