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

/external/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp168 Value *CmpV = MainBuilder.CreateICmpEQ(AndV, ZeroV); local
169 MainBuilder.CreateCondBr(CmpV, FastBB, SlowBB);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1124 SVal CmpV = svalBuilder.conjureSymbolVal(nullptr, CE, LCtx, local
1126 state = state->BindExpr(CE, LCtx, CmpV);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3267 APInt CmpV = Cst1->getValue().zext(ASize); local
3268 CmpV <<= ShAmt;
3271 return new ICmpInst(I.getPredicate(), Mask, Builder->getInt(CmpV));

Completed in 154 milliseconds