HomeSort by: relevance | last modified time | path
    Searched defs:decomposeBitTestICmp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CmpInstAnalysis.cpp 66 bool llvm::decomposeBitTestICmp(Value *LHS, Value *RHS,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 248 // Adapts the external decomposeBitTestICmp for local use.
249 static bool decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred,
252 if (!llvm::decomposeBitTestICmp(LHS, RHS, Pred, X, Mask))
287 if (decomposeBitTestICmp(L1, L2, PredL, L11, L12, L2)) {
312 if (decomposeBitTestICmp(R1, R2, PredR, R11, R12, R2)) {
905 if (llvm::decomposeBitTestICmp(ICmp->getOperand(0), ICmp->getOperand(1),
3053 // decomposeBitTestICmp(). It could be enhanced more by using (something like)

Completed in 68 milliseconds