Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Operands

11 // operands are constants, for example "sub i32 1, 0" -> "1".
45 /// Note that this fails if not all of the operands are constant. Otherwise,
58 /// specified operands. If successful, the constant result is returned, if not,
68 /// instruction (icmp/fcmp) with the specified operands. If it fails, it
69 /// returns a constant expression of the specified operands.
77 /// operands. If it fails, it returns a constant expression of the specified
78 /// operands.
88 /// instruction with the specified operands and indices. The constant result is
94 /// specified operands and indices. The constant result is returned if
100 /// specified operands and indices. The constant result is returned if
105 /// specified operands and indices. The constant result is returned if
134 ArrayRef<Constant *> Operands,