Searched refs:LHS1C (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14425 auto *LHS1C = dyn_cast<ConstantSDNode>(LHS->getOperand(1)); local
14429 (LHS1C && LHS1C->getZExtValue() == 1) &&
14497 auto *LHS1C = dyn_cast<ConstantSDNode>(LHS->getOperand(1)); local
14500 (LHS1C && LHS1C->getZExtValue() == 1) &&

Completed in 274 milliseconds