Searched refs:peekThroughBitcast (Results 1 – 4 of 4) sorted by relevance
113 static Value *peekThroughBitcast(Value *V, bool OneUseOnly = false) {
3131 A = peekThroughBitcast(A); in getSelectCondition()3167 NotB = peekThroughBitcast(NotB, true); in getSelectCondition()3201 A = peekThroughBitcast(A, true); in matchSelectFromAndOr()3202 C = peekThroughBitcast(C, true); in matchSelectFromAndOr()
2885 Mask = InstCombiner::peekThroughBitcast(Mask); in instCombineIntrinsic()2900 Mask = InstCombiner::peekThroughBitcast(MaskSrc); in instCombineIntrinsic()
2105 static Register peekThroughBitcast(Register Reg, in peekThroughBitcast() function2118 Register SrcReg = peekThroughBitcast(Unmerge.getSourceReg(), MRI); in matchCombineUnmergeMergeToPlainValues()