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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp957 ConstantExpr *ocr_initializer_expr = dyn_cast<ConstantExpr>(ocr_initializer); local
959 if (!ocr_initializer_expr ||
960 ocr_initializer_expr->getOpcode() != Instruction::BitCast)
963 Value *ocr_initializer_base = ocr_initializer_expr->getOperand(0);

Completed in 108 milliseconds