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

/external/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp496 Value *IsNormal = new ICmpInst(EntryBB->getTerminator(), local
504 BranchInst::Create(ContBlock, CatchBB, IsNormal, EntryBB);
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp455 Value *IsNormal = local
459 V = Builder.CreateAnd(V, IsNormal, "and");
520 Value *IsNormal = local
524 Builder.CreateSelect(IsNormal, EmitScalarExpr(E->getArg(2)),

Completed in 26 milliseconds