Searched refs:foldConstant (Results 1 – 1 of 1) sorted by relevance
5272 static Constant *foldConstant(Instruction::UnaryOps Opcode, Value *&Op, in foldConstant() function5283 if (Constant *C = foldConstant(Instruction::FNeg, Op, Q)) in simplifyFNegInst()5490 return foldConstant(Instruction::FNeg, Op1, Q); in simplifyFSubInst()