HomeSort by relevance Sort by last modified time
    Searched defs:intersectWith (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/lib/IR/
ConstantRange.cpp 175 // intersectWith in that the ConstantRange returned will only contain elements
363 return intersectWith(CR.inverse());
366 /// intersectWith - Return the range that results from the intersection of this
370 /// same set size, A.intersectWith(B) might not be equal to B.intersectWith(A).
371 ConstantRange ConstantRange::intersectWith(const ConstantRange &CR) const {
380 return CR.intersectWith(*this);
  /external/swiftshader/third_party/LLVM/lib/Support/
ConstantRange.cpp 262 /// intersectWith - Return the range that results from the intersection of this
266 /// same set size, A.intersectWith(B) might not be equal to B.intersectWith(A).
267 ConstantRange ConstantRange::intersectWith(const ConstantRange &CR) const {
276 return CR.intersectWith(*this);
  /frameworks/base/libs/hwui/
ClipArea.cpp 61 void TransformedRectangle::intersectWith(const TransformedRectangle& other) {
105 bool RectangleList::intersectWith(const Rect& bounds, const Matrix4& transform) {
113 tr.intersectWith(newRectangle);
296 if (op != SkRegion::kIntersect_Op || !mRectangleList.intersectWith(r, *transform)) {
476 rectList.intersectWith(recordedClip->rect, recordedClipTransform);
483 rectList.intersectWith(tr.getBounds(), totalTransform);
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 384 void intersectWith(const SDNodeFlags *Flags) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 388 void intersectWith(const SDNodeFlags *Flags) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGNodes.h 437 void intersectWith(const SDNodeFlags Flags) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGNodes.h 437 void intersectWith(const SDNodeFlags Flags) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGNodes.h 437 void intersectWith(const SDNodeFlags Flags) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGNodes.h 437 void intersectWith(const SDNodeFlags Flags) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGNodes.h 437 void intersectWith(const SDNodeFlags Flags) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGNodes.h 437 void intersectWith(const SDNodeFlags Flags) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 388 void intersectWith(const SDNodeFlags *Flags) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGNodes.h 437 void intersectWith(const SDNodeFlags Flags) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGNodes.h 437 void intersectWith(const SDNodeFlags Flags) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGNodes.h 437 void intersectWith(const SDNodeFlags Flags) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGNodes.h 437 void intersectWith(const SDNodeFlags Flags) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGNodes.h 437 void intersectWith(const SDNodeFlags Flags) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGNodes.h 437 void intersectWith(const SDNodeFlags Flags) {
    [all...]
  /external/kotlinc/lib/
kotlin-compiler.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.20/
kotlin-compiler-embeddable-1.2.20.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.0/
kotlin-compiler-embeddable-1.2.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/sdk/tools/
jack-jacoco-reporter.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 

Completed in 1023 milliseconds

1 2