Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3163 bool IsRHSNegOne = RHSValue == -1LL; in get32BitZExtCompare() local
3234 if (IsRHSNegOne) in get32BitZExtCompare()
3336 bool IsRHSNegOne = RHSValue == -1LL; in get32BitSExtCompare() local
3414 if (IsRHSNegOne) in get32BitSExtCompare()
3508 bool IsRHSNegOne = RHSValue == -1LL; in get64BitZExtCompare() local
3572 if (IsRHSNegOne) in get64BitZExtCompare()
3665 bool IsRHSNegOne = RHSValue == -1LL; in get64BitSExtCompare() local
3733 if (IsRHSNegOne) in get64BitSExtCompare()