Searched refs:ICIQ (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1227 Value *ICIQ = Builder->CreateICmp(ICI.getPredicate(), Q, local
1231 Op = BinaryOperator::CreateAnd(ICIP, ICIQ);
1233 Op = BinaryOperator::CreateOr(ICIP, ICIQ);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1892 Value *ICIQ = Builder->CreateICmp(ICI.getPredicate(), Q, local
1896 Op = BinaryOperator::CreateAnd(ICIP, ICIQ);
1898 Op = BinaryOperator::CreateOr(ICIP, ICIQ);

Completed in 84 milliseconds