Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50005 SDValue IntLoad = DAG.getLoad(IntVT, dl, Ld->getChain(), Ld->getBasePtr(), in combineLoad() local
50009 SDValue BoolVec = DAG.getBitcast(RegVT, IntLoad); in combineLoad()
50010 return DCI.CombineTo(N, BoolVec, IntLoad.getValue(1), true); in combineLoad()