HomeSort by: relevance | last modified time | path
    Searched refs:isElementWiseEqual (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constant.h 102 bool isElementWiseEqual(Value *Y) const;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroCleanup.cpp 92 if (TargetSize->isElementWiseEqual(SourceSize)) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 1406 return C->isElementWiseEqual(SelVal0) || C->isElementWiseEqual(SelVal1);
InstCombineCasts.cpp 1530 BA->isElementWiseEqual(CA) && A->getType() == DestTy) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp 283 bool Constant::isElementWiseEqual(Value *Y) const {

Completed in 88 milliseconds