Home | History | Annotate | Download | only in src

Lines Matching full:const0

5315   auto *Const0 = llvm::dyn_cast<ConstantInteger32>(Src0);
5320 if (Var0 == nullptr && Const0 == nullptr) {
5340 if (Const0) {
5341 int32_t MoreOffset = IsAdd ? Const0->getValue() : -Const0->getValue();