Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp100 auto *NumericConstant = [&] () -> const Constant* { in buildConstDbgValue() local
107 if (auto *CI = dyn_cast<ConstantInt>(NumericConstant)) { in buildConstDbgValue()
112 } else if (auto *CFP = dyn_cast<ConstantFP>(NumericConstant)) { in buildConstDbgValue()
114 } else if (isa<ConstantPointerNull>(NumericConstant)) { in buildConstDbgValue()