Home
last modified time | relevance | path

Searched refs:foldConstant (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5061 static Constant *foldConstant(Instruction::UnaryOps Opcode, Value *&Op, in foldConstant() function
5072 if (Constant *C = foldConstant(Instruction::FNeg, Op, Q)) in simplifyFNegInst()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp3004 TEST_F(DIExpressionTest, foldConstant) { in TEST_F() argument