Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7224 bool canPromote(const Instruction *ToBePromoted) const { in canPromote() function in __anon7f6d13e31711::VectorPromoteHelper
7383 if (!VPH.canPromote(ToBePromoted) || !VPH.shouldPromote(ToBePromoted)) in optimizeExtractElementInst()