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

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

Completed in 1191 milliseconds