Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1002 const Value *CalleeV = cast<CallInst>(CalleeI)->getCalledValue(); in getArgumentAlignment() local
1004 while(isa<ConstantExpr>(CalleeV)) { in getArgumentAlignment()
1005 const ConstantExpr *CE = cast<ConstantExpr>(CalleeV); in getArgumentAlignment()
1009 CalleeV = cast<ConstantExpr>(CalleeV)->getOperand(0); in getArgumentAlignment()
1014 if (isa<Function>(CalleeV)) in getArgumentAlignment()
1015 DirectCallee = CalleeV; in getArgumentAlignment()