Lines Matching refs:IntegralT
53 struct IntegralT : UntaggedT {}; struct
55 struct WordT : IntegralT {
68 struct Word32T : IntegralT {
79 struct Word64T : IntegralT {
486 V(WordRor, WordT, WordT, IntegralT) \
771 void GotoIf(SloppyTNode<IntegralT> condition, Label* true_label);
772 void GotoIfNot(SloppyTNode<IntegralT> condition, Label* false_label);
773 void Branch(SloppyTNode<IntegralT> condition, Label* true_label,
849 TNode<IntPtrT> WordShr(TNode<IntPtrT> left, TNode<IntegralT> right) {
936 TNode<WordT> WordShl(SloppyTNode<WordT> left, SloppyTNode<IntegralT> right);
937 TNode<WordT> WordShr(SloppyTNode<WordT> left, SloppyTNode<IntegralT> right);
938 TNode<WordT> WordSar(SloppyTNode<WordT> left, SloppyTNode<IntegralT> right);