Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1606 if (match(Src, m_Trunc(m_BitCast(m_Value(VecInput)))) && in OptimizeIntToFloatBitCast()
1626 if (match(Src, m_Trunc(m_LShr(m_BitCast(m_Value(VecInput)), in OptimizeIntToFloatBitCast()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp448 if (!match(TruncOp, m_CombineOr(m_BitCast(m_Value(VecInput)), in foldVecTruncToExtElt()
449 m_LShr(m_BitCast(m_Value(VecInput)), in foldVecTruncToExtElt()
DInstCombineAndOrXor.cpp1221 if ((match(Op0, m_BitCast(m_Value(BC))) && match(Op1, m_Constant(C)))) { in foldCastedBitwiseLogic()
1659 if (match(A, m_OneUse(m_BitCast(m_Value(SrcA)))) && in matchSelectFromAndOr()
1660 match(B, m_OneUse(m_BitCast(m_Value(SrcB))))) { in matchSelectFromAndOr()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h543 m_BitCast(const OpTy &Op) { in m_BitCast() function
/external/llvm/include/llvm/IR/
DPatternMatch.h789 inline CastClass_match<OpTy, Instruction::BitCast> m_BitCast(const OpTy &Op) { in m_BitCast() function
/external/llvm/lib/Analysis/
DValueTracking.cpp561 m_BitCast(m_Specific(V)))); in computeKnownBitsFromAssume()