Home
last modified time | relevance | path

Searched defs:isLegalToPromote (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp395 bool llvm::isLegalToPromote(const CallBase &CB, Function *Callee, in isLegalToPromote() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp768 bool TypePromotionImpl::isLegalToPromote(Value *V) { in isLegalToPromote() function in TypePromotionImpl