Searched refs:NegTwo (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 2993 const SDValue NegTwo = DAG.getConstantFP(-2.0, DL, MVT::f32); in PerformDAGCombine() local 2994 return DAG.getNode(ISD::FMAD, DL, VT, NegTwo, A, LHS); in PerformDAGCombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 7555 const SDValue NegTwo = DAG.getConstantFP(-2.0, SL, VT); in performFSubCombine() local 7556 return DAG.getNode(FusedOp, SL, VT, A, NegTwo, LHS); in performFSubCombine()
|