Home | History | Annotate | Download | only in verifier

Lines Matching refs:ConstantType

558 const ConstantType& RegTypeCache::FromCat1NonSmallConstant(int32_t value, bool precise) {
563 (down_cast<const ConstantType*>(cur_entry))->ConstantValue() == value) {
564 return *down_cast<const ConstantType*>(cur_entry);
567 ConstantType* entry;
576 const ConstantType& RegTypeCache::FromCat2ConstLo(int32_t value, bool precise) {
580 (down_cast<const ConstantType*>(cur_entry))->ConstantValueLo() == value) {
581 return *down_cast<const ConstantType*>(cur_entry);
584 ConstantType* entry;
593 const ConstantType& RegTypeCache::FromCat2ConstHi(int32_t value, bool precise) {
597 (down_cast<const ConstantType*>(cur_entry))->ConstantValueHi() == value) {
598 return *down_cast<const ConstantType*>(cur_entry);
601 ConstantType* entry;