Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52278 SDValue TruncExtSrc = N0.getOperand(0); in combineXor() local
52280 auto *N001C = dyn_cast<ConstantSDNode>(TruncExtSrc.getOperand(1)); in combineXor()
52283 SDValue LHS = DAG.getZExtOrTrunc(TruncExtSrc.getOperand(0), DL, VT); in combineXor()
52284 SDValue RHS = DAG.getZExtOrTrunc(TruncExtSrc.getOperand(1), DL, VT); in combineXor()