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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h100 bool isElementWiseEqual(Value *Y) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1409 return C->isElementWiseEqual(SelVal0) || C->isElementWiseEqual(SelVal1);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp283 bool Constant::isElementWiseEqual(Value *Y) const { function in class:Constant

Completed in 123 milliseconds