Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ConstantFoldInstOperands

788   // hand off to ConstantFoldInstOperands.
814 return ConstantFoldInstOperands(I->getOpcode(), I->getType(), Ops, TD, TLI);
836 return ConstantFoldInstOperands(CE->getOpcode(), CE->getType(), Ops, TD, TLI);
839 /// ConstantFoldInstOperands - Attempt to constant fold an instruction with the
849 Constant *llvm::ConstantFoldInstOperands(unsigned Opcode, Type *DestTy,
1006 return ConstantFoldInstOperands(OpC, LHS->getType(), Ops, TD, TLI);