Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47541 SDValue TruncExtSrc = N0.getOperand(0); in combineXor() local
47543 auto *N001C = dyn_cast<ConstantSDNode>(TruncExtSrc.getOperand(1)); in combineXor()
47546 SDValue LHS = DAG.getZExtOrTrunc(TruncExtSrc.getOperand(0), DL, VT); in combineXor()
47547 SDValue RHS = DAG.getZExtOrTrunc(TruncExtSrc.getOperand(1), DL, VT); in combineXor()