Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4320 static Constant *simplifyFPBinop(Value *Op0, Value *Op1) { in simplifyFPBinop() function
4339 if (Constant *C = simplifyFPBinop(Op0, Op1)) in SimplifyFAddInst()
4372 if (Constant *C = simplifyFPBinop(Op0, Op1)) in SimplifyFSubInst()
4408 if (Constant *C = simplifyFPBinop(Op0, Op1)) in SimplifyFMulInst()
4452 if (Constant *C = simplifyFPBinop(Op0, Op1)) in SimplifyFDivInst()
4499 if (Constant *C = simplifyFPBinop(Op0, Op1)) in SimplifyFRemInst()