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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp634 ConstantExpr *nsstring_expr = dyn_cast<ConstantExpr>(nsstring_member); local
636 if (!nsstring_expr) {
649 if (nsstring_expr->getOpcode() == Instruction::GetElementPtr) {
650 Constant *nsstring_cstr = nsstring_expr->getOperand(0);
652 } else if (nsstring_expr->getOpcode() == Instruction::BitCast) {
653 Constant *nsstring_cstr = nsstring_expr->getOperand(0);

Completed in 90 milliseconds