Home
last modified time | relevance | path

Searched refs:peekThroughBitcast (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp575 V = peekThroughBitcast(V); in isMinMaxWithLoads()
636 peekThroughBitcast(LI.getPointerOperand(), /*OneUseOnly=*/true))) { in combineLoadToOperationType()
1369 peekThroughBitcast(SI->getPointerOperand()) != LoadAddr && in removeBitcastsFromLoadStoreOnMinMax()
DInstCombineInternal.h116 static inline Value *peekThroughBitcast(Value *V, bool OneUseOnly = false) {
DInstCombineAndOrXor.cpp1720 NotB = peekThroughBitcast(NotB, true); in getSelectCondition()
1756 A = peekThroughBitcast(A, true); in matchSelectFromAndOr()
1757 B = peekThroughBitcast(B, true); in matchSelectFromAndOr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp868 static SDValue peekThroughBitcast(SDValue V) { in peekThroughBitcast() function
929 N = peekThroughBitcast(N); in isAllOnesConstantOrAllOnesSplatConstant()
13692 Val = peekThroughBitcast(Val); in MergeStoresOfConstantsOrVecElts()
13718 SDValue Val = peekThroughBitcast(St->getValue()); in MergeStoresOfConstantsOrVecElts()
13765 Val = peekThroughBitcast(Val); in MergeStoresOfConstantsOrVecElts()
13828 SDValue Val = peekThroughBitcast(St->getValue()); in getStoreMergeCandidates()
13862 SDValue Val = peekThroughBitcast(Other->getValue()); in getStoreMergeCandidates()
14026 SDValue StoredVal = peekThroughBitcast(St->getValue()); in MergeConsecutiveStores()
14295 SDValue Val = peekThroughBitcast(St->getValue()); in MergeConsecutiveStores()
15946 Splat = peekThroughBitcast(Splat); in visitBUILD_VECTOR()
[all …]