Searched refs:ByteConst (Results 1 – 5 of 5) sorted by relevance
171 ByteConst175 ByteConst179 ByteConst205 : ByteConst {$$ = UtCheckIntegerRange ($1, 0x0A, 0xFF);}
198 ByteConst ','523 ByteConst553 | ByteConst {}
372 %type <n> ByteConst
1056 | ByteConst {$$ = UtCheckIntegerRange ($1, 0x80, 0xFF);}
1293 Constant *ByteConst = ConstantInt::get(Int32Ty, OffsetByte); in tryVirtualConstProp() local1296 TargetsForSlot[0].Fn->getName(), ByteConst, BitConst); in tryVirtualConstProp()