HomeSort by relevance Sort by last modified time
    Searched refs:foldLogOpOfMaskedICmps (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 640 /// foldLogOpOfMaskedICmps:
643 static Value* foldLogOpOfMaskedICmps(ICmpInst *LHS, ICmpInst *RHS,
736 if (Value *V = foldLogOpOfMaskedICmps(LHS, RHS, ICmpInst::ICMP_EQ, Builder))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 691 static Value *foldLogOpOfMaskedICmps(ICmpInst *LHS, ICmpInst *RHS, bool IsAnd,
    [all...]

Completed in 692 milliseconds