Lines Matching refs:peekThroughBitcasts

1295   if (DAG.isConstantIntBuildVectorOrConstantInt(peekThroughBitcasts(N01))) {  in reassociateOpsCommutative()
1296 if (DAG.isConstantIntBuildVectorOrConstantInt(peekThroughBitcasts(N1))) { in reassociateOpsCommutative()
16559 ConstOp = peekThroughBitcasts(N->getOperand(ConstOpIdx)); in combineFMulOrFDivWithIntPow2()
19899 Val = peekThroughBitcasts(Val); in mergeStoresOfConstantsOrVecElts()
19927 SDValue Val = peekThroughBitcasts(St->getValue()); in mergeStoresOfConstantsOrVecElts()
19975 Val = peekThroughBitcasts(Val); in mergeStoresOfConstantsOrVecElts()
20054 SDValue Val = peekThroughBitcasts(St->getValue()); in getStoreMergeCandidates()
20088 SDValue OtherBC = peekThroughBitcasts(Other->getValue()); in getStoreMergeCandidates()
20536 SDValue Val = peekThroughBitcasts(St->getValue()); in tryStoreMergeOfLoads()
20828 SDValue StoredVal = peekThroughBitcasts(St->getValue()); in mergeConsecutiveStores()
23400 Splat = peekThroughBitcasts(Splat); in visitBUILD_VECTOR()
23589 Op = peekThroughBitcasts(Op); in combineConcatVectorOfExtracts()
23607 ExtVec = peekThroughBitcasts(ExtVec); in combineConcatVectorOfExtracts()
24075 SDValue BinOp = peekThroughBitcasts(Extract->getOperand(0)); in narrowExtractedVectorBinOp()
24162 SDValue SubVecL = GetSubVector(peekThroughBitcasts(BinOp.getOperand(0))); in narrowExtractedVectorBinOp()
24163 SDValue SubVecR = GetSubVector(peekThroughBitcasts(BinOp.getOperand(1))); in narrowExtractedVectorBinOp()
24526 V = peekThroughBitcasts(V); in visitEXTRACT_SUBVECTOR()
25021 SDValue N0 = peekThroughBitcasts(SVN->getOperand(0)); in combineTruncationShuffle()
26214 SDValue N0Src = peekThroughBitcasts(N0); in visitINSERT_SUBVECTOR()
26215 SDValue N1Src = peekThroughBitcasts(N1); in visitINSERT_SUBVECTOR()
26539 SDValue RHS = peekThroughBitcasts(N->getOperand(1)); in XformToShuffleWithZero()