Home
last modified time | relevance | path

Searched refs:ConstantFoldUnaryInstruction (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DConstantFold.h46 Constant *ConstantFoldUnaryInstruction(unsigned Opcode, Constant *V);
DConstantFold.cpp812 Constant *llvm::ConstantFoldUnaryInstruction(unsigned Opcode, Constant *C) { in ConstantFoldUnaryInstruction() function in llvm
DConstants.cpp2275 if (Constant *FC = ConstantFoldUnaryInstruction(Opcode, C)) in get()