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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1312 Value *ICIQ = Builder->CreateICmp(ICI.getPredicate(), Q, local
1316 Op = BinaryOperator::CreateAnd(ICIP, ICIQ);
1318 Op = BinaryOperator::CreateOr(ICIP, ICIQ);

Completed in 99 milliseconds