Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4215 static Value *promoteOperandForOther(Instruction *Ext,
4229 return promoteOperandForOther(Ext, TPT, PromotedInsts, CreatedInstsCost, in signExtendOperandForOther()
4239 return promoteOperandForOther(Ext, TPT, PromotedInsts, CreatedInstsCost, in zeroExtendOperandForOther()
4451 Value *TypePromotionHelper::promoteOperandForOther( in promoteOperandForOther() function in TypePromotionHelper