Home | History | Annotate | Download | only in src

Lines Matching refs:C32

6437     if (auto *C32 = llvm::dyn_cast<ConstantInteger32>(From)) {
6440 uint32_t Value = static_cast<uint32_t>(C32->getValue());
6464 UpperBits != 0 ? Ctx->getConstantInt32(Value & 0xFFFF) : C32);