Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DCodeGenPrepare.cpp7488 bool canPromote(const Instruction *ToBePromoted) const { in canPromote() function in __anonf802c7d41711::VectorPromoteHelper
7647 if (!VPH.canPromote(ToBePromoted) || !VPH.shouldPromote(ToBePromoted)) in optimizeExtractElementInst()