Searched refs:NonConstantVal (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 1427 SDValue NonConstantVal; in combineSelectAndUse() local 1431 NonConstantVal, DAG)) in combineSelectAndUse() 1437 DAG.getNode(N->getOpcode(), SDLoc(N), VT, OtherOp, NonConstantVal); in combineSelectAndUse()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 7977 SDValue NonConstantVal; in combineSelectAndUse() local 7980 NonConstantVal = FalseVal; in combineSelectAndUse() 7983 NonConstantVal = TrueVal; in combineSelectAndUse() 7989 FalseVal = DAG.getNode(N->getOpcode(), SDLoc(N), VT, OtherOp, NonConstantVal); in combineSelectAndUse()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 12356 SDValue NonConstantVal; in combineSelectAndUse() local 12360 NonConstantVal, DAG)) in combineSelectAndUse() 12366 OtherOp, NonConstantVal); in combineSelectAndUse()
|