Searched defs:Const0 (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.cpp5315 auto *Const0 = llvm::dyn_cast<ConstantInteger32>(Src0); local
5320 if (Var0 == nullptr && Const0 == nullptr) {
5340 if (Const0) {
5341 int32_t MoreOffset = IsAdd ? Const0->getValue() : -Const0->getValue();

Completed in 105 milliseconds