HomeSort by: relevance | last modified time | path
    Searched refs:m_BitCast (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 178 if (!match(Ext.getVectorOperand(), m_BitCast(m_Value(X))) ||
1356 match(ScalarOp, m_OneUse(m_BitCast(m_Value(ScalarSrc)))) &&
1371 if (match(VecOp, m_BitCast(m_Value(VecSrc))) &&
1372 match(ScalarOp, m_BitCast(m_Value(ScalarSrc))) &&
2015 if (!match(Shuf.getOperand(0), m_BitCast(m_Value(X))) ||
2092 if (match(Op0, m_BitCast(m_InsertElt(m_Value(), m_Value(X), m_Zero()))) &&
2310 if (match(LHS, m_BitCast(m_Value(X))) && match(RHS, m_BitCast(m_Value(Y))) &&
2329 if (match(LHS, m_BitCast(m_Value(X))) && match(RHS, m_Undef()) &&
InstCombineLoadStoreAlloca.cpp 467 if (!(match(Ptr, m_BitCast(m_Value(NewPtr))) &&
1294 if (!match(SI.getPointerOperand(), m_BitCast(m_Value())))
1298 if (!match(SI.getValueOperand(), m_Load(m_BitCast(m_Value(LoadAddr)))))
InstCombineCasts.cpp 489 if (!match(TruncOp, m_CombineOr(m_BitCast(m_Value(VecInput)),
490 m_LShr(m_BitCast(m_Value(VecInput)),
2295 if (match(BO->getOperand(0), m_OneUse(m_BitCast(m_Value(X)))) &&
2302 if (match(BO->getOperand(1), m_OneUse(m_BitCast(m_Value(X)))) &&
2350 if (match(TVal, m_OneUse(m_BitCast(m_Value(X)))) && X->getType() == DestTy &&
2357 if (match(FVal, m_OneUse(m_BitCast(m_Value(X)))) && X->getType() == DestTy &&
InstCombineSelect.cpp 2052 if (!match(A, m_BitCast(m_Value(C))) || !match(B, m_BitCast(m_Value(D))))
2057 if (!match(TVal, m_BitCast(m_Value(TSrc))) ||
2058 !match(FVal, m_BitCast(m_Value(FSrc))))
2405 if (!match(Cond, m_OneUse(m_ICmp(Pred, m_BitCast(m_Value(X)), m_APInt(C)))) ||
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
AssumptionCache.cpp 73 if (match(I, m_BitCast(m_Value(Op))) ||
InstructionSimplify.cpp 2756 if (match(LHS, m_BitCast(m_UIToFP(m_Value(X))))) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LowerAMXIntrinsics.cpp 504 if (match(I, m_BitCast(m_Value(Vec)))) {
549 if (match(I, m_BitCast(m_Value(Vec)))) {
567 if (match(I, m_BitCast(m_Value(Vec)))) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VectorCombine.cpp 510 if (!match(&I, m_BitCast(
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h 1603 inline CastClass_match<OpTy, Instruction::BitCast> m_BitCast(const OpTy &Op) {

Completed in 79 milliseconds