Home | History | Annotate | Download | only in Analysis

Lines Matching full:specified

40 /// ConstantFoldInstruction - Try to constant fold the specified instruction.
49 /// using the specified DataLayout. If successful, the constant result is
56 /// specified operands. If successful, the constant result is returned, if not,
66 /// specified operands. If successful, the constant result is returned, if not,
79 /// instruction (icmp/fcmp) with the specified operands. If it fails, it
80 /// returns a constant expression of the specified operands.
87 /// \brief Attempt to constant fold a binary operation with the specified
88 /// operands. If it fails, it returns a constant expression of the specified
93 /// \brief Attempt to constant fold a cast with the specified operand. If it
94 /// fails, it returns a constant expression of the specified operand.
99 /// instruction with the specified operands and indices. The constant result is
105 /// specified operands and indices. The constant result is returned if
111 /// specified operands and indices. The constant result is returned if
133 /// the specified function.
136 /// ConstantFoldCall - Attempt to constant fold a call to the specified function
137 /// with the specified arguments, returning null if unsuccessful.