HomeSort by relevance Sort by last modified time
    Searched refs:m_BitCast (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 448 if (!match(TruncOp, m_CombineOr(m_BitCast(m_Value(VecInput)),
449 m_LShr(m_BitCast(m_Value(VecInput)),
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 789 inline CastClass_match<OpTy, Instruction::BitCast> m_BitCast(const OpTy &Op) {
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 769 m_BitCast(m_Specific(V))));
    [all...]

Completed in 136 milliseconds