Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1491 NewC = getSafeVectorConstantForBinop(BOpcode, NewC, true); in foldSelectShuffleWith1Binop()
1618 NewC = getSafeVectorConstantForBinop(BOpc, NewC, ConstantsAreOp1); in foldSelectShuffle()
DInstCombineInternal.h245 static inline Constant *getSafeVectorConstantForBinop( in getSafeVectorConstantForBinop() function
DInstructionCombining.cpp1583 NewC = getSafeVectorConstantForBinop(Opcode, NewC, ConstOp1); in foldVectorBinop()