Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp175 if (ConstantExpr *GEPInstr = dyn_cast<ConstantExpr>(Operand)) { in maybeGenerateBitcast() local
176 while (GEPInstr->getOpcode() == Instruction::GetElementPtr) { in maybeGenerateBitcast()
177 Value *OpArg = GEPInstr->getOperand(0); in maybeGenerateBitcast()
179 GEPInstr = NewGEPInstr; in maybeGenerateBitcast()