Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp526 const Use &OperandUse, unsigned NewAddrSpace, in operandWithNewAddressSpaceOrCreateUndef() argument
530 Value *Operand = OperandUse.get(); in operandWithNewAddressSpaceOrCreateUndef()
541 Instruction *Inst = cast<Instruction>(OperandUse.getUser()); in operandWithNewAddressSpaceOrCreateUndef()
554 UndefUsesToFix->push_back(&OperandUse); in operandWithNewAddressSpaceOrCreateUndef()
619 for (const Use &OperandUse : I->operands()) { in cloneInstructionWithNewAddressSpace() local
620 if (!OperandUse.get()->getType()->isPointerTy()) in cloneInstructionWithNewAddressSpace()
624 OperandUse, NewAddrSpace, ValueWithNewAddrSpace, PredicatedAS, in cloneInstructionWithNewAddressSpace()