Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp492 if (auto *TGEP = dyn_cast<GetElementPtrInst>(TI)) { in foldSelectOpOp() local
494 Type *ElementType = TGEP->getSourceElementType(); in foldSelectOpOp()
496 ElementType, Op0, Op1, TGEP->getNoWrapFlags() & FGEP->getNoWrapFlags()); in foldSelectOpOp()