Lines Matching defs:End
495 Value *End = EmitScalarExpr(E->getArg(1));
497 return RValue::get(Builder.CreateCall2(F, Begin, End));
637 BasicBlock *End = createBasicBlock("fpclassify_end", this->CurFn);
638 Builder.SetInsertPoint(End);
649 Builder.CreateCondBr(IsZero, End, NotZero);
657 Builder.CreateCondBr(IsNan, End, NotNan);
668 Builder.CreateCondBr(IsInf, End, NotInf);
681 Builder.CreateBr(End);
685 Builder.SetInsertPoint(End);
2619 std::lower_bound(IntrinsicMap.begin(), IntrinsicMap.end(), BuiltinID);
2621 if (Builtin != IntrinsicMap.end() && Builtin->BuiltinID == BuiltinID)
3006 end());
3217 int PairPos = 0, End = Ops.size() - 1;
3218 while (PairPos < End) {
3226 if (PairPos == End) {
4009 // perform the operation on that. The back end can pattern match directly
4025 // perform the operation on that. The back end can pattern match directly
5553 SmallVector<Value *, 4> IntOps(Ops.begin()+1, Ops.end());
5990 Idx += NumElts - NumLaneElts; // End of lane, switch operand.
6011 if (Idx < 32) Idx -= 16; // end of lane, switch operand.
6038 if (Idx >= 16) Idx += 16; // end of lane, switch operand.