Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp416 const Use &OperandUse, unsigned NewAddrSpace, in operandWithNewAddressSpaceOrCreateUndef() argument
419 Value *Operand = OperandUse.get(); in operandWithNewAddressSpaceOrCreateUndef()
430 UndefUsesToFix->push_back(&OperandUse); in operandWithNewAddressSpaceOrCreateUndef()
463 for (const Use &OperandUse : I->operands()) { in cloneInstructionWithNewAddressSpace() local
464 if (!OperandUse.get()->getType()->isPointerTy()) in cloneInstructionWithNewAddressSpace()
468OperandUse, NewAddrSpace, ValueWithNewAddrSpace, UndefUsesToFix)); in cloneInstructionWithNewAddressSpace()