Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstant.h98 bool isElementWiseEqual(Value *Y) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1366 return C->isElementWiseEqual(SelVal0) || C->isElementWiseEqual(SelVal1); in tryToReuseConstantFromSelectInComparison()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp279 bool Constant::isElementWiseEqual(Value *Y) const { in isElementWiseEqual() function in Constant