Home
last modified time | relevance | path

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

/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()
/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.cpp769 m_BitCast(m_Specific(V)))); in computeKnownBitsFromAssume()