Searched refs:BCSrcOp (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 3267 Value *BCSrcOp = Bitcast->getOperand(0); in foldICmpBitCast() local 3277 if (match(BCSrcOp, m_SIToFP(m_Value(X)))) { in foldICmpBitCast() 3300 if (match(BCSrcOp, m_UIToFP(m_Value(X)))) in foldICmpBitCast() 3312 (match(BCSrcOp, m_FPExt(m_Value(X))) || in foldICmpBitCast() 3313 match(BCSrcOp, m_FPTrunc(m_Value(X))))) { in foldICmpBitCast() 3343 Builder.createIsFPClass(BCSrcOp, Mask)); in foldICmpBitCast() 3363 getFreelyInverted(BCSrcOp, BCSrcOp->hasOneUse(), &Builder)) { in foldICmpBitCast() 3374 match(BCSrcOp, m_ZExtOrSExt(m_Value(X)))) { in foldICmpBitCast() 3391 if (match(BCSrcOp, m_Shuffle(m_Value(Vec), m_Undef(), m_Mask(Mask)))) { in foldICmpBitCast()
|