Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42324 bool PropagateSExt = false; in combineBitcastvxi1() local
42338 PropagateSExt = true; in combineBitcastvxi1()
42351 PropagateSExt = true; in combineBitcastvxi1()
42381 SDValue V = PropagateSExt ? signExtendBitcastSrcVector(DAG, SExtVT, Src, DL) in combineBitcastvxi1()