Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DAssumptionCache.cpp70 if (match(I, m_BitCast(m_Value(Op))) || in updateAffectedValues()
DValueTracking.cpp614 m_BitCast(m_Specific(V)))); in computeKnownBitsFromAssume()
DInstructionSimplify.cpp2629 if (match(LHS, m_BitCast(m_UIToFP(m_Value(X))))) { in simplifyICmpWithConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp465 if (!match(TruncOp, m_CombineOr(m_BitCast(m_Value(VecInput)), in foldVecTruncToExtElt()
466 m_LShr(m_BitCast(m_Value(VecInput)), in foldVecTruncToExtElt()
2035 if (match(BO->getOperand(0), m_OneUse(m_BitCast(m_Value(X)))) && in foldBitCastBitwiseLogic()
2042 if (match(BO->getOperand(1), m_OneUse(m_BitCast(m_Value(X)))) && in foldBitCastBitwiseLogic()
2091 if (match(TVal, m_OneUse(m_BitCast(m_Value(X)))) && X->getType() == DestTy && in foldBitCastSelect()
2098 if (match(FVal, m_OneUse(m_BitCast(m_Value(X)))) && X->getType() == DestTy && in foldBitCastSelect()
DInstCombineSelect.cpp1350 if (!match(A, m_BitCast(m_Value(C))) || !match(B, m_BitCast(m_Value(D)))) in foldSelectCmpBitcasts()
1355 if (!match(TVal, m_BitCast(m_Value(TSrc))) || in foldSelectCmpBitcasts()
1356 !match(FVal, m_BitCast(m_Value(FSrc)))) in foldSelectCmpBitcasts()
DInstCombineLoadStoreAlloca.cpp463 if (!(match(Ptr, m_BitCast(m_Value(NewPtr))) && in combineLoadToNewType()
1354 if (!match(SI.getPointerOperand(), m_BitCast(m_Value()))) in removeBitcastsFromLoadStoreOnMinMax()
1358 if (!match(SI.getValueOperand(), m_Load(m_BitCast(m_Value(LoadAddr))))) in removeBitcastsFromLoadStoreOnMinMax()
DInstCombineCompares.cpp4729 if (match(Op0, m_BitCast(m_SIToFP(m_Value(X))))) { in visitICmpInst()
4751 if (match(Op0, m_BitCast(m_UIToFP(m_Value(X))))) in visitICmpInst()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h1124 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()