Searched refs:ConstantFoldUnaryInstruction (Results 1 – 3 of 3) sorted by relevance
46 Constant *ConstantFoldUnaryInstruction(unsigned Opcode, Constant *V);
812 Constant *llvm::ConstantFoldUnaryInstruction(unsigned Opcode, Constant *C) { in ConstantFoldUnaryInstruction() function in llvm
2275 if (Constant *FC = ConstantFoldUnaryInstruction(Opcode, C)) in get()