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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2714 bool InBounds; local
2717 InBounds = Record[OpNum++];
2720 InBounds = BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP_OLD;
2746 if (InBounds)
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2975 bool InBounds; local
2978 InBounds = Record[OpNum++];
2981 InBounds = BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP_OLD;
3007 if (InBounds)

Completed in 282 milliseconds