Searched refs:ConstantFoldUnaryOpOperand (Results 1 – 4 of 4) sorted by relevance
81 Constant *ConstantFoldUnaryOpOperand(unsigned Opcode, Constant *Op,
961 if (Constant *C = ConstantFoldUnaryOpOperand(I.getOpcode(), in visitUnaryOperator()
1032 return ConstantFoldUnaryOpOperand(Opcode, Ops[0], DL); in ConstantFoldInstOperandsImpl()1332 Constant *llvm::ConstantFoldUnaryOpOperand(unsigned Opcode, Constant *Op, in ConstantFoldUnaryOpOperand() function in llvm
5064 return ConstantFoldUnaryOpOperand(Opcode, C, Q.DL); in foldConstant()