reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Expression/IRInterpreter.cpp
  230     switch (constant->getValueID()) {
  234       if (const Function *constant_func = dyn_cast<Function>(constant)) {
  245       if (const ConstantInt *constant_int = dyn_cast<ConstantInt>(constant)) {
  251       if (const ConstantFP *constant_fp = dyn_cast<ConstantFP>(constant)) {
  258               dyn_cast<ConstantExpr>(constant)) {
  299       if (isa<ConstantPointerNull>(constant)) {