Searched refs:IntLoad (Results 1 – 1 of 1) sorted by relevance
45483 SDValue IntLoad = DAG.getLoad(IntVT, dl, Ld->getChain(), Ld->getBasePtr(), in combineLoad() local45487 SDValue BoolVec = DAG.getBitcast(RegVT, IntLoad); in combineLoad()45488 return DCI.CombineTo(N, BoolVec, IntLoad.getValue(1), true); in combineLoad()