Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp50 Constant *FuncC = CS->getOperand(1); in operator *() local
54 while (FuncC) { in operator *()
55 if (Function *F = dyn_cast_or_null<Function>(FuncC)) { in operator *()
58 } else if (ConstantExpr *CE = dyn_cast_or_null<ConstantExpr>(FuncC)) { in operator *()
60 FuncC = dyn_cast_or_null<ConstantExpr>(CE->getOperand(0)); in operator *()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp78 Constant *FuncC = CS->getOperand(1); in operator *() local
82 while (FuncC) { in operator *()
83 if (Function *F = dyn_cast_or_null<Function>(FuncC)) { in operator *()
86 } else if (ConstantExpr *CE = dyn_cast_or_null<ConstantExpr>(FuncC)) { in operator *()
88 FuncC = dyn_cast_or_null<ConstantExpr>(CE->getOperand(0)); in operator *()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp54 Constant *FuncC = CS->getOperand(1); in operator *() local
58 while (FuncC) { in operator *()
59 if (Function *F = dyn_cast_or_null<Function>(FuncC)) { in operator *()
62 } else if (ConstantExpr *CE = dyn_cast_or_null<ConstantExpr>(FuncC)) { in operator *()
64 FuncC = dyn_cast_or_null<ConstantExpr>(CE->getOperand(0)); in operator *()