Home | History | Annotate | Download | only in Utils

Lines Matching refs:ConstantFold

3357 /// ConstantFold - Try to fold instruction I into a constant. This works for
3362 ConstantFold(Instruction *I,
3420 } else if (Constant *C = ConstantFold(I, ConstantPool, DL)) {