Searched refs:if_inbounds (Results 1 – 1 of 1) sorted by relevance
2101 Label if_inbounds(this), if_outofbounds(this), done(this); in TF_BUILTIN() local2102 Branch(IntPtrLessThan(index, values_length), &if_inbounds, &if_outofbounds); in TF_BUILTIN()2147 BIND(&if_inbounds); in TF_BUILTIN()