Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp123 static Constant *foldMaybeUndesirableCast(unsigned opc, Constant *V, in foldMaybeUndesirableCast() function
155 return foldMaybeUndesirableCast(newOpc, CE->getOperand(0), DestTy); in ConstantFoldCastInstruction()
170 Constant *Res = foldMaybeUndesirableCast(opc, Splat, DstEltTy); in ConstantFoldCastInstruction()
182 Constant *Casted = foldMaybeUndesirableCast(opc, C, DstEltTy); in ConstantFoldCastInstruction()