Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp55958 auto IsExt64 = [&DAG](SDValue Op, bool IsZeroExt) { in combineScalarToVector() local
55978 if (SDValue AnyExt = IsExt64(peekThroughOneUseBitcasts(Src), false)) in combineScalarToVector()
55983 if (SDValue ZeroExt = IsExt64(peekThroughOneUseBitcasts(Src), true)) in combineScalarToVector()