Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4788 static Value *promoteOperandForOther(Instruction *Ext,
4802 return promoteOperandForOther(Ext, TPT, PromotedInsts, CreatedInstsCost, in signExtendOperandForOther()
4812 return promoteOperandForOther(Ext, TPT, PromotedInsts, CreatedInstsCost, in zeroExtendOperandForOther()
5024 Value *TypePromotionHelper::promoteOperandForOther( in promoteOperandForOther() function in TypePromotionHelper