Searched refs:AddVal (Results 1 – 5 of 5) sorted by relevance
37 Stat.AddVal(builder, val); in CreateStat()45 public static void AddVal(FlatBufferBuilder builder, long val) { builder.AddLong(1, val, 0); } in AddVal() method
46 function Stat.AddVal(builder, val) builder:PrependInt64Slot(1, val, 0) end function
804 ConstantSDNode *AddVal = in MatchAddressRecursively() local806 uint64_t Disp = AddVal->getSExtValue() << Val; in MatchAddressRecursively()843 ConstantSDNode *AddVal = in MatchAddressRecursively() local845 uint64_t Disp = AddVal->getSExtValue() * CN->getZExtValue(); in MatchAddressRecursively()
1195 ConstantSDNode *AddVal = in matchAddressRecursively() local1197 uint64_t Disp = (uint64_t)AddVal->getSExtValue() << Val; in matchAddressRecursively()1261 ConstantSDNode *AddVal = in matchAddressRecursively() local1263 uint64_t Disp = AddVal->getSExtValue() * CN->getZExtValue(); in matchAddressRecursively()
1415 ConstantSDNode *AddVal = cast<ConstantSDNode>(ShVal.getOperand(1)); in matchAddressRecursively() local1416 uint64_t Disp = (uint64_t)AddVal->getSExtValue() << Val; in matchAddressRecursively()1479 ConstantSDNode *AddVal = in matchAddressRecursively() local1481 uint64_t Disp = AddVal->getSExtValue() * CN->getZExtValue(); in matchAddressRecursively()