Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1221 NewC = getSafeVectorConstantForBinop(BOpcode, NewC, true); in foldSelectShuffleWith1Binop()
1302 NewC = getSafeVectorConstantForBinop(BOpc, NewC, ConstantsAreOp1); in foldSelectShuffle()
DInstCombineInternal.h219 static inline Constant *getSafeVectorConstantForBinop( in getSafeVectorConstantForBinop() function
DInstructionCombining.cpp1426 NewC = getSafeVectorConstantForBinop(Inst.getOpcode(), NewC, ConstOp1); in foldShuffledBinop()