Home
last modified time | relevance | path

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

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