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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 389 unsigned RightType = getMaskedICmpType(A, D, E, PredR);
390 return Optional<std::pair<unsigned, unsigned>>(std::make_pair(LeftType, RightType));
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 8917 bool RightType = VecVT == MVT::v2f64 ||
8920 if (!RightType)
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 12552 EVT RightType = RHS->getValueType(0);
12555 if (LeftType != VectorScalarType || RightType != VectorScalarType)

Completed in 88 milliseconds