Lines Matching defs:one
378 /// \brief Determine if E is a trivial array filler, that is, one that is
440 llvm::Value *one = llvm::ConstantInt::get(CGF.SizeTy, 1);
453 element = Builder.CreateInBoundsGEP(element, one, "arrayinit.element");
481 element = Builder.CreateInBoundsGEP(element, one, "arrayinit.start");
508 Builder.CreateInBoundsGEP(currentElement, one, "arrayinit.next");
523 // Leave the partial-array cleanup if we entered one.
975 // We're going to push a destructor if there isn't already one.
1170 // Only initialize one field of a union. The field itself is
1268 // Destroy the placeholder if we made one.