Searched refs:ConstantFoldUnaryOpOperand (Results 1 – 3 of 3) sorted by relevance
80 Constant *ConstantFoldUnaryOpOperand(unsigned Opcode, Constant *Op,
1056 return ConstantFoldUnaryOpOperand(Opcode, Ops[0], DL); in ConstantFoldInstOperandsImpl()1315 Constant *llvm::ConstantFoldUnaryOpOperand(unsigned Opcode, Constant *Op, in ConstantFoldUnaryOpOperand() function in llvm
4764 return ConstantFoldUnaryOpOperand(Opcode, C, Q.DL); in foldConstant()