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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp56 const Value *CalleeV = CB.getCalledOperand()->stripPointerCasts();
57 if (const Function *F = dyn_cast<Function>(CalleeV))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1376 const Value *CalleeV = CI->getCalledOperand(); local
1378 while (isa<ConstantExpr>(CalleeV)) {
1379 const ConstantExpr *CE = cast<ConstantExpr>(CalleeV);
1383 CalleeV = cast<ConstantExpr>(CalleeV)->getOperand(0);
1388 if (const auto *CalleeF = dyn_cast<Function>(CalleeV))

Completed in 78 milliseconds