Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp41305 SDValue IntLoad = DAG.getLoad(IntVT, dl, Ld->getChain(), Ld->getBasePtr(), in combineLoad() local
41308 SDValue BoolVec = DAG.getBitcast(RegVT, IntLoad); in combineLoad()
41309 return DCI.CombineTo(N, BoolVec, IntLoad.getValue(1), true); in combineLoad()