Searched refs:InBounds (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2702 bool InBounds; local
2705 InBounds = Record[OpNum++];
2708 InBounds = BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP_OLD;
2734 if (InBounds)
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2963 bool InBounds; local
2966 InBounds = Record[OpNum++];
2969 InBounds = BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP_OLD;
2995 if (InBounds)

Completed in 254 milliseconds