Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp2821 static bool canChangeToInt(SDValue Op, bool &SeenZero, in canChangeToInt() function
2898 if (canChangeToInt(LHS, SeenZero, Subtarget) && in OptimizeVFPBrcond()
2899 canChangeToInt(RHS, SeenZero, Subtarget) && in OptimizeVFPBrcond()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp3940 static bool canChangeToInt(SDValue Op, bool &SeenZero, in canChangeToInt() function
4019 bool LHSOk = canChangeToInt(LHS, LHSSeenZero, Subtarget); in OptimizeVFPBrcond()
4021 bool RHSOk = canChangeToInt(RHS, RHSSeenZero, Subtarget); in OptimizeVFPBrcond()