Searched refs:shouldPromote (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4135 bool shouldPromote(const Instruction *ToBePromoted) const { function in class:__anon10411::VectorPromoteHelper
4233 llvm_unreachable("Did you modified shouldPromote and forgot to update "
4286 if (!VPH.canPromote(ToBePromoted) || !VPH.shouldPromote(ToBePromoted))

Completed in 43 milliseconds