Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1324 NewC = getSafeVectorConstantForBinop(BOpcode, NewC, true); in foldSelectShuffleWith1Binop()
1405 NewC = getSafeVectorConstantForBinop(BOpc, NewC, ConstantsAreOp1); in foldSelectShuffle()
H A DInstCombineInternal.h226 static inline Constant *getSafeVectorConstantForBinop( in getSafeVectorConstantForBinop() function
H A DInstructionCombining.cpp1485 NewC = getSafeVectorConstantForBinop(Opcode, NewC, ConstOp1); in foldVectorBinop()