Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1427 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 DRISCVISelLowering.cpp7977 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 DARMISelLowering.cpp12356 SDValue NonConstantVal; in combineSelectAndUse() local
12360 NonConstantVal, DAG)) in combineSelectAndUse()
12366 OtherOp, NonConstantVal); in combineSelectAndUse()