Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDConstant.h103 bool isElementWiseEqual(Value *Y) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroCleanup.cpp93 if (TargetSize->isElementWiseEqual(SourceSize)) { in lower()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineSelect.cpp1613 return C->isElementWiseEqual(SelVal0) || C->isElementWiseEqual(SelVal1); in tryToReuseConstantFromSelectInComparison()
HDInstCombineCasts.cpp1519 BA->isElementWiseEqual(CA) && A->getType() == DestTy) { in visitSExt()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDConstants.cpp298 bool Constant::isElementWiseEqual(Value *Y) const { in isElementWiseEqual() function in Constant