Home
last modified time | relevance | path

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

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